#CEA28E

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

Shades of Rose #CEA28E

Tints of Rose #CEA28E

Color information

#CEA28E (or 0xCEA28E) is unknown color: approx Rose. HEX triplet: CE, A2 and 8E. RGB value is (206,162,142). Sum of RGB (Red+Green+Blue) = 206+162+142=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 162 (63.67% from 255 or 31.76% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA28E is #315D71. Grayscale: #ADADAD. Windows color (decimal): -3235186 or 9347790. OLE color: 9347790.

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

Color convert

RGB206162142-
CMYK00.210.310.19
HSL18.75º39.51%68.24%-
HSV(B)18.75º31.07%80.78%-
XYZ43.2640.9231.21-
YUV172.88110.58151.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.39%
GREEN value IS 162 (63.67% from 255) = 31.76%
BLUE value IS 142 (55.86% from 255) = 27.84%
R=40.39%
G=31.76%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616214200.210.310.1918.7539.5168.24
HexCEA28E0151F13132844
Octal31624221602537232350104
Binary1100111010100010100011100101011111110011100111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA28E; }

 p { color: rgb(206,162,142); }

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

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

 a { background-color: rgb(206,162,142); }

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

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

 span { border-color: rgb(206,162,142); }

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