#CE9D8C

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

Shades of Rose #CE9D8C

Tints of Rose #CE9D8C

Color information

#CE9D8C (or 0xCE9D8C) is unknown color: approx Rose. HEX triplet: CE, 9D and 8C. RGB value is (206,157,140). Sum of RGB (Red+Green+Blue) = 206+157+140=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9D8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9D8C is #316273. Grayscale: #A9A9A9. Windows color (decimal): -3236468 or 9215438. OLE color: 9215438.

HSL color Cylindrical-coordinate representation of color #CE9D8C: hue angle of 15.45º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CE9D8C is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB206157140-
CMYK00.240.320.19
HSL15.45º40.24%67.84%-
HSV(B)15.45º32.04%80.78%-
XYZ42.2439.1330.14-
YUV169.71111.23153.88-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.95%
GREEN value IS 157 (61.72% from 255) = 31.21%
BLUE value IS 140 (55.08% from 255) = 27.83%
R=40.95%
G=31.21%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615714000.240.320.1915.4540.2467.84
HexCE9D8C0182013f2844
Octal31623521403040231750104
Binary1100111010011101100011000110001000001001111111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9D8C; }

 p { color: rgb(206,157,140); }

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

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

 a { background-color: rgb(206,157,140); }

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

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

 span { border-color: rgb(206,157,140); }

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