#CEA58F

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

Shades of Rose #CEA58F

Tints of Rose #CEA58F

Color information

#CEA58F (or 0xCEA58F) is unknown color: approx Rose. HEX triplet: CE, A5 and 8F. RGB value is (206,165,143). Sum of RGB (Red+Green+Blue) = 206+165+143=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 165 (64.84% from 255 or 32.10% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA58F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA58F is #315A70. Grayscale: #AEAEAE. Windows color (decimal): -3234417 or 9414094. OLE color: 9414094.

HSL color Cylindrical-coordinate representation of color #CEA58F: hue angle of 20.95º degrees, saturation: 0.39, 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 #CEA58F is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB206165143-
CMYK00.200.310.19
HSL20.95º39.13%68.43%-
HSV(B)20.95º30.58%80.78%-
XYZ43.8742.0231.78-
YUV174.75110.08150.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.08%
GREEN value IS 165 (64.84% from 255) = 32.10%
BLUE value IS 143 (56.25% from 255) = 27.82%
R=40.08%
G=32.10%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616514300.200.310.1920.9539.1368.43
HexCEA58F0141F13152744
Octal31624521702437232547104
Binary1100111010100101100011110101001111110011101011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA58F; }

 p { color: rgb(206,165,143); }

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

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

 a { background-color: rgb(206,165,143); }

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

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

 span { border-color: rgb(206,165,143); }

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