#CD9F8D

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

Shades of Rose #CD9F8D

Tints of Rose #CD9F8D

Color information

#CD9F8D (or 0xCD9F8D) is unknown color: approx Rose. HEX triplet: CD, 9F and 8D. RGB value is (205,159,141). Sum of RGB (Red+Green+Blue) = 205+159+141=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9F8D is #326072. Grayscale: #AAAAAA. Windows color (decimal): -3301491 or 9281485. OLE color: 9281485.

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

Color convert

RGB205159141-
CMYK00.220.310.20
HSL16.88º39.02%67.84%-
HSV(B)16.88º31.22%80.39%-
XYZ42.3839.730.63-
YUV170.7111.24152.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.59%
GREEN value IS 159 (62.5% from 255) = 31.49%
BLUE value IS 141 (55.47% from 255) = 27.92%
R=40.59%
G=31.49%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515914100.220.310.2016.8839.0267.84
HexCD9F8D0161F14112744
Octal31523721502637242147104
Binary1100110110011111100011010101101111110100100011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9F8D; }

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

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

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

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

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

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

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

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