#CC9994

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

Shades of Rose #CC9994

Tints of Rose #CC9994

Color information

#CC9994 (or 0xCC9994) is unknown color: approx Rose. HEX triplet: CC, 99 and 94. RGB value is (204,153,148). Sum of RGB (Red+Green+Blue) = 204+153+148=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9994 is #33666B. Grayscale: #A7A7A7. Windows color (decimal): -3368556 or 9738700. OLE color: 9738700.

HSL color Cylindrical-coordinate representation of color #CC9994: hue angle of 5.36º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CC9994 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB204153148-
CMYK00.250.270.2
HSL5.36º35.44%69.02%-
HSV(B)5.36º27.45%80%-
XYZ41.6437.7633.11-
YUV167.68116.9153.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.40%
GREEN value IS 153 (60.16% from 255) = 30.30%
BLUE value IS 148 (58.20% from 255) = 29.31%
R=40.40%
G=30.30%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415314800.250.270.25.3635.4469.02
HexCC99940191B1452345
Octal3142312240313324543105
Binary11001100100110011001010001100111011101001011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9994; }

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

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

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

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

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

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

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

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