#CE9F94

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

Shades of Rose #CE9F94

Tints of Rose #CE9F94

Color information

#CE9F94 (or 0xCE9F94) is unknown color: approx Rose. HEX triplet: CE, 9F and 94. RGB value is (206,159,148). Sum of RGB (Red+Green+Blue) = 206+159+148=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9F94 is #31606B. Grayscale: #ABABAB. Windows color (decimal): -3235948 or 9740238. OLE color: 9740238.

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

Color convert

RGB206159148-
CMYK00.230.280.19
HSL11.38º37.18%69.41%-
HSV(B)11.38º28.16%80.78%-
XYZ43.240.0633.47-
YUV171.8114.57152.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.16%
GREEN value IS 159 (62.5% from 255) = 30.99%
BLUE value IS 148 (58.20% from 255) = 28.85%
R=40.16%
G=30.99%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615914800.230.280.1911.3837.1869.41
HexCE9F940171C13b2545
Octal31623722402734231345105
Binary110011101001111110010100010111111001001110111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9F94; }

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

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

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

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

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

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

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

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