#CEA48F

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

Shades of Rose #CEA48F

Tints of Rose #CEA48F

Color information

#CEA48F (or 0xCEA48F) is unknown color: approx Rose. HEX triplet: CE, A4 and 8F. RGB value is (206,164,143). Sum of RGB (Red+Green+Blue) = 206+164+143=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 164 (64.45% from 255 or 31.97% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA48F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA48F is #315B70. Grayscale: #AEAEAE. Windows color (decimal): -3234673 or 9413838. OLE color: 9413838.

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

Color convert

RGB206164143-
CMYK00.200.310.19
HSL20º39.13%68.43%-
HSV(B)20º30.58%80.78%-
XYZ43.6941.6631.72-
YUV174.16110.41150.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.16%
GREEN value IS 164 (64.45% from 255) = 31.97%
BLUE value IS 143 (56.25% from 255) = 27.88%
R=40.16%
G=31.97%
B=27.88%

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
Decimal20616414300.200.310.192039.1368.43
HexCEA48F0141F13142744
Octal31624421702437232447104
Binary1100111010100100100011110101001111110011101001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA48F; }

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

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

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

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

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

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

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

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