#CE9F93

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

Shades of Rose #CE9F93

Tints of Rose #CE9F93

Color information

#CE9F93 (or 0xCE9F93) is unknown color: approx Rose. HEX triplet: CE, 9F and 93. RGB value is (206,159,147). Sum of RGB (Red+Green+Blue) = 206+159+147=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9F93 is #31606C. Grayscale: #ABABAB. Windows color (decimal): -3235949 or 9674702. OLE color: 9674702.

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

Color convert

RGB206159147-
CMYK00.230.290.19
HSL12.2º37.58%69.22%-
HSV(B)12.2º28.64%80.78%-
XYZ43.1240.0233.06-
YUV171.68114.07152.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.23%
GREEN value IS 159 (62.5% from 255) = 31.05%
BLUE value IS 147 (57.81% from 255) = 28.71%
R=40.23%
G=31.05%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20615914700.230.290.1912.237.5869.22
HexCE9F930171D13c2645
Octal31623722302735231446105
Binary110011101001111110010011010111111011001111001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE9F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE9F93; }

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

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

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

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

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

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

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

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