#CEA08D

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

Shades of Rose #CEA08D

Tints of Rose #CEA08D

Color information

#CEA08D (or 0xCEA08D) is unknown color: approx Rose. HEX triplet: CE, A0 and 8D. RGB value is (206,160,141). Sum of RGB (Red+Green+Blue) = 206+160+141=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA08D is #315F72. Grayscale: #ABABAB. Windows color (decimal): -3235699 or 9281742. OLE color: 9281742.

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

Color convert

RGB206160141-
CMYK00.220.320.19
HSL17.54º39.88%68.04%-
HSV(B)17.54º31.55%80.78%-
XYZ42.8340.1930.7-
YUV171.59110.74152.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.63%
GREEN value IS 160 (62.89% from 255) = 31.56%
BLUE value IS 141 (55.47% from 255) = 27.81%
R=40.63%
G=31.56%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616014100.220.320.1917.5439.8868.04
HexCEA08D0162013122844
Octal31624021502640232250104
Binary11001110101000001000110101011010000010011100101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA08D; }

 p { color: rgb(206,160,141); }

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

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

 a { background-color: rgb(206,160,141); }

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

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

 span { border-color: rgb(206,160,141); }

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