#CEA18F

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

Shades of Rose #CEA18F

Tints of Rose #CEA18F

Color information

#CEA18F (or 0xCEA18F) is unknown color: approx Rose. HEX triplet: CE, A1 and 8F. RGB value is (206,161,143). Sum of RGB (Red+Green+Blue) = 206+161+143=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 161 (63.28% from 255 or 31.57% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA18F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA18F is #315E70. Grayscale: #ACACAC. Windows color (decimal): -3235441 or 9413070. OLE color: 9413070.

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

Color convert

RGB206161143-
CMYK00.220.310.19
HSL17.14º39.13%68.43%-
HSV(B)17.14º30.58%80.78%-
XYZ43.1640.5931.55-
YUV172.4111.41151.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.39%
GREEN value IS 161 (63.28% from 255) = 31.57%
BLUE value IS 143 (56.25% from 255) = 28.04%
R=40.39%
G=31.57%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616114300.220.310.1917.1439.1368.43
HexCEA18F0161F13112744
Octal31624121702637232147104
Binary1100111010100001100011110101101111110011100011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA18F; }

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

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

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

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

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

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

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

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