#CE9F8B

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

Shades of Rose #CE9F8B

Tints of Rose #CE9F8B

Color information

#CE9F8B (or 0xCE9F8B) is unknown color: approx Rose. HEX triplet: CE, 9F and 8B. RGB value is (206,159,139). Sum of RGB (Red+Green+Blue) = 206+159+139=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 139 (54.69% from 255 or 27.58% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9F8B is #316074. Grayscale: #AAAAAA. Windows color (decimal): -3235957 or 9150414. OLE color: 9150414.

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

Color convert

RGB206159139-
CMYK00.230.330.19
HSL17.91º40.61%67.65%-
HSV(B)17.91º32.52%80.78%-
XYZ42.5139.7829.86-
YUV170.77110.07153.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.87%
GREEN value IS 159 (62.5% from 255) = 31.55%
BLUE value IS 139 (54.69% from 255) = 27.58%
R=40.87%
G=31.55%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615913900.230.330.1917.9140.6167.65
HexCE9F8B0172113122944
Octal31623721302741232251104
Binary11001110100111111000101101011110000110011100101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9F8B; }

 p { color: rgb(206,159,139); }

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

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

 a { background-color: rgb(206,159,139); }

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

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

 span { border-color: rgb(206,159,139); }

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