#CE818B

Color #CE818B Charm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charm #CE818B

Tints of Charm #CE818B

Color information

#CE818B (or 0xCE818B) is unknown color: approx Charm. HEX triplet: CE, 81 and 8B. RGB value is (206,129,139). Sum of RGB (Red+Green+Blue) = 206+129+139=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CE818B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE818B is #317E74. Grayscale: #999999. Windows color (decimal): -3243637 or 9142734. OLE color: 9142734.

HSL color Cylindrical-coordinate representation of color #CE818B: hue angle of 352.21º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE818B is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB206129139-
CMYK00.370.330.19
HSL352.21º44%65.69%-
HSV(B)352.21º37.38%80.78%-
XYZ37.9630.6928.35-
YUV153.16120.01165.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 43.46%
GREEN value IS 129 (50.78% from 255) = 27.22%
BLUE value IS 139 (54.69% from 255) = 29.32%
R=43.46%
G=27.22%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612913900.370.330.19352.214465.69
HexCE818B02521131602c42
Octal316201213045412354054102
Binary1100111010000001100010110100101100001100111011000001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE818B; }

 p { color: rgb(206,129,139); }

 H1.HeaderClassName
 {
   color: #CE818B;
 }
 .AnyTagClassName
 {
   color: #CE818B;
 }
</style>
background-color css

<style>
 a { background-color: #CE818B; }

 a { background-color: rgb(206,129,139); }

 div.DivClassName
 {
   background-color: #CE818B;
 }
 .BgClassName
 {
   background-color: #CE818B;
 }
</style>
border-color css

<style>
 span { border-color: #CE818B; }

 span { border-color: rgb(206,129,139); }

 td.TdClassName
 {
   border-color: #CE818B;
 }
 .TagClassName
 {
   border-color: #CE818B;
 }
</style>