#CC9D93

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

Shades of Rose #CC9D93

Tints of Rose #CC9D93

Color information

#CC9D93 (or 0xCC9D93) is unknown color: approx Rose. HEX triplet: CC, 9D and 93. RGB value is (204,157,147). Sum of RGB (Red+Green+Blue) = 204+157+147=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 147 (57.81% from 255 or 28.94% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9D93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9D93 is #33626C. Grayscale: #AAAAAA. Windows color (decimal): -3367533 or 9674188. OLE color: 9674188.

HSL color Cylindrical-coordinate representation of color #CC9D93: hue angle of 10.53º degrees, saturation: 0.36, 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 #CC9D93 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB204157147-
CMYK00.230.280.2
HSL10.53º35.85%68.82%-
HSV(B)10.53º27.94%80%-
XYZ42.2339.0632.92-
YUV169.91115.07152.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.16%
GREEN value IS 157 (61.72% from 255) = 30.91%
BLUE value IS 147 (57.81% from 255) = 28.94%
R=40.16%
G=30.91%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415714700.230.280.210.5335.8568.82
HexCC9D930171C14b2445
Octal31423522302734241344105
Binary110011001001110110010011010111111001010010111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9D93; }

 p { color: rgb(204,157,147); }

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

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

 a { background-color: rgb(204,157,147); }

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

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

 span { border-color: rgb(204,157,147); }

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