#CE9F8E

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

Shades of Rose #CE9F8E

Tints of Rose #CE9F8E

Color information

#CE9F8E (or 0xCE9F8E) is unknown color: approx Rose. HEX triplet: CE, 9F and 8E. RGB value is (206,159,142). Sum of RGB (Red+Green+Blue) = 206+159+142=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9F8E is #316071. Grayscale: #ABABAB. Windows color (decimal): -3235954 or 9347022. OLE color: 9347022.

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

Color convert

RGB206159142-
CMYK00.230.310.19
HSL15.94º39.51%68.24%-
HSV(B)15.94º31.07%80.78%-
XYZ42.7339.8731.03-
YUV171.11111.57152.88-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.63%
GREEN value IS 159 (62.5% from 255) = 31.36%
BLUE value IS 142 (55.86% from 255) = 28.01%
R=40.63%
G=31.36%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615914200.230.310.1915.9439.5168.24
HexCE9F8E0171F13102844
Octal31623721602737232050104
Binary1100111010011111100011100101111111110011100001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9F8E; }

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

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

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

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

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

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

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

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