#CC9993

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

Shades of Rose #CC9993

Tints of Rose #CC9993

Color information

#CC9993 (or 0xCC9993) is unknown color: approx Rose. HEX triplet: CC, 99 and 93. RGB value is (204,153,147). Sum of RGB (Red+Green+Blue) = 204+153+147=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 147 (57.81% from 255 or 29.17% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9993 is #33666C. Grayscale: #A7A7A7. Windows color (decimal): -3368557 or 9673164. OLE color: 9673164.

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

Color convert

RGB204153147-
CMYK00.250.280.2
HSL6.32º35.85%68.82%-
HSV(B)6.32º27.94%80%-
XYZ41.5637.7332.7-
YUV167.56116.4153.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.48%
GREEN value IS 153 (60.16% from 255) = 30.36%
BLUE value IS 147 (57.81% from 255) = 29.17%
R=40.48%
G=30.36%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415314700.250.280.26.3235.8568.82
HexCC99930191C1462445
Octal3142312230313424644105
Binary11001100100110011001001101100111100101001101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9993; }

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

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

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

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

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

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

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

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