#CE9F8A

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

Shades of Rose #CE9F8A

Tints of Rose #CE9F8A

Color information

#CE9F8A (or 0xCE9F8A) is unknown color: approx Rose. HEX triplet: CE, 9F and 8A. RGB value is (206,159,138). Sum of RGB (Red+Green+Blue) = 206+159+138=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9F8A is #316075. Grayscale: #AAAAAA. Windows color (decimal): -3235958 or 9084878. OLE color: 9084878.

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

Color convert

RGB206159138-
CMYK00.230.330.19
HSL18.53º40.96%67.45%-
HSV(B)18.53º33.01%80.78%-
XYZ42.4439.7529.48-
YUV170.66109.57153.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.95%
GREEN value IS 159 (62.5% from 255) = 31.61%
BLUE value IS 138 (54.30% from 255) = 27.44%
R=40.95%
G=31.61%
B=27.44%

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
Decimal20615913800.230.330.1918.5340.9667.45
HexCE9F8A0172113132943
Octal31623721202741232351103
Binary11001110100111111000101001011110000110011100111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9F8A; }

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

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

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

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

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

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

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

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