#CE9E8C

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

Shades of Rose #CE9E8C

Tints of Rose #CE9E8C

Color information

#CE9E8C (or 0xCE9E8C) is unknown color: approx Rose. HEX triplet: CE, 9E and 8C. RGB value is (206,158,140). Sum of RGB (Red+Green+Blue) = 206+158+140=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9E8C is #316173. Grayscale: #AAAAAA. Windows color (decimal): -3236212 or 9215694. OLE color: 9215694.

HSL color Cylindrical-coordinate representation of color #CE9E8C: hue angle of 16.36º 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 #CE9E8C is Cyan = 0, Magento = 0.23, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB206158140-
CMYK00.230.320.19
HSL16.36º40.24%67.84%-
HSV(B)16.36º32.04%80.78%-
XYZ42.4139.4730.19-
YUV170.3110.9153.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.87%
GREEN value IS 158 (62.11% from 255) = 31.35%
BLUE value IS 140 (55.08% from 255) = 27.78%
R=40.87%
G=31.35%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615814000.230.320.1916.3640.2467.84
HexCE9E8C0172013102844
Octal31623621402740232050104
Binary11001110100111101000110001011110000010011100001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9E8C; }

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

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

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

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

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

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

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

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