#CD9C93

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

Shades of Rose #CD9C93

Tints of Rose #CD9C93

Color information

#CD9C93 (or 0xCD9C93) is unknown color: approx Rose. HEX triplet: CD, 9C and 93. RGB value is (205,156,147). Sum of RGB (Red+Green+Blue) = 205+156+147=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 147 (57.81% from 255 or 28.94% from 508); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9C93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9C93 is #32636C. Grayscale: #A9A9A9. Windows color (decimal): -3302253 or 9673933. OLE color: 9673933.

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

Color convert

RGB205156147-
CMYK00.240.280.20
HSL9.31º36.71%69.02%-
HSV(B)9.31º28.29%80.39%-
XYZ42.3338.8632.87-
YUV169.62115.23153.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.35%
GREEN value IS 156 (61.33% from 255) = 30.71%
BLUE value IS 147 (57.81% from 255) = 28.94%
R=40.35%
G=30.71%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515614700.240.280.209.3136.7169.02
HexCD9C930181C1492545
Octal31523422303034241145105
Binary110011011001110010010011011000111001010010011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9C93; }

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

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

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

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

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

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

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

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