#CD9F92

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

Shades of Rose #CD9F92

Tints of Rose #CD9F92

Color information

#CD9F92 (or 0xCD9F92) is unknown color: approx Rose. HEX triplet: CD, 9F and 92. RGB value is (205,159,146). Sum of RGB (Red+Green+Blue) = 205+159+146=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 146 (57.42% from 255 or 28.63% from 510); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9F92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9F92 is #32606D. Grayscale: #ABABAB. Windows color (decimal): -3301486 or 9609165. OLE color: 9609165.

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

Color convert

RGB205159146-
CMYK00.220.290.20
HSL13.22º37.11%68.82%-
HSV(B)13.22º28.78%80.39%-
XYZ42.7639.8532.63-
YUV171.27113.74152.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.20%
GREEN value IS 159 (62.5% from 255) = 31.18%
BLUE value IS 146 (57.42% from 255) = 28.63%
R=40.20%
G=31.18%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515914600.220.290.2013.2237.1168.82
HexCD9F920161D14d2545
Octal31523722202635241545105
Binary110011011001111110010010010110111011010011011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9F92; }

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

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

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

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

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

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

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

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