#CD9F94

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

Shades of Rose #CD9F94

Tints of Rose #CD9F94

Color information

#CD9F94 (or 0xCD9F94) is unknown color: approx Rose. HEX triplet: CD, 9F and 94. RGB value is (205,159,148). Sum of RGB (Red+Green+Blue) = 205+159+148=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 148 (58.20% from 255 or 28.91% from 512); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9F94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9F94 is #32606B. Grayscale: #ABABAB. Windows color (decimal): -3301484 or 9740237. OLE color: 9740237.

HSL color Cylindrical-coordinate representation of color #CD9F94: hue angle of 11.58º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CD9F94 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB205159148-
CMYK00.220.280.20
HSL11.58º36.31%69.22%-
HSV(B)11.58º27.8%80.39%-
XYZ42.9239.9133.46-
YUV171.5114.74151.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.04%
GREEN value IS 159 (62.5% from 255) = 31.05%
BLUE value IS 148 (58.20% from 255) = 28.91%
R=40.04%
G=31.05%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515914800.220.280.2011.5836.3169.22
HexCD9F940161C14c2445
Octal31523722402634241444105
Binary110011011001111110010100010110111001010011001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9F94; }

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

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

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

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

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

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

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

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