#CD9D8F

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

Shades of Rose #CD9D8F

Tints of Rose #CD9D8F

Color information

#CD9D8F (or 0xCD9D8F) is unknown color: approx Rose. HEX triplet: CD, 9D and 8F. RGB value is (205,157,143). Sum of RGB (Red+Green+Blue) = 205+157+143=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 143 (56.25% from 255 or 28.32% from 505); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9D8F is #326270. Grayscale: #A9A9A9. Windows color (decimal): -3302001 or 9412045. OLE color: 9412045.

HSL color Cylindrical-coordinate representation of color #CD9D8F: hue angle of 13.55º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CD9D8F is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB205157143-
CMYK00.230.300.20
HSL13.55º38.27%68.24%-
HSV(B)13.55º30.24%80.39%-
XYZ42.1939.0831.31-
YUV169.76112.9153.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.59%
GREEN value IS 157 (61.72% from 255) = 31.09%
BLUE value IS 143 (56.25% from 255) = 28.32%
R=40.59%
G=31.09%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515714300.230.300.2013.5538.2768.24
HexCD9D8F0171E14e2644
Octal31523521702736241646104
Binary110011011001110110001111010111111101010011101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9D8F; }

 p { color: rgb(205,157,143); }

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

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

 a { background-color: rgb(205,157,143); }

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

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

 span { border-color: rgb(205,157,143); }

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