#CD9C91

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

Shades of Rose #CD9C91

Tints of Rose #CD9C91

Color information

#CD9C91 (or 0xCD9C91) is unknown color: approx Rose. HEX triplet: CD, 9C and 91. RGB value is (205,156,145). Sum of RGB (Red+Green+Blue) = 205+156+145=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 145 (57.03% from 255 or 28.66% from 506); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9C91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9C91 is #32636E. Grayscale: #A9A9A9. Windows color (decimal): -3302255 or 9542861. OLE color: 9542861.

HSL color Cylindrical-coordinate representation of color #CD9C91: hue angle of 11º degrees, saturation: 0.38, 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 #CD9C91 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB205156145-
CMYK00.240.290.20
HSL11º37.5%68.63%-
HSV(B)11º29.27%80.39%-
XYZ42.1838.832.05-
YUV169.4114.23153.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.51%
GREEN value IS 156 (61.33% from 255) = 30.83%
BLUE value IS 145 (57.03% from 255) = 28.66%
R=40.51%
G=30.83%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515614500.240.290.201137.568.63
HexCD9C910181D14b2645
Octal31523422103035241346105
Binary110011011001110010010001011000111011010010111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9C91; }

 p { color: rgb(205,156,145); }

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

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

 a { background-color: rgb(205,156,145); }

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

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

 span { border-color: rgb(205,156,145); }

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