#CC9999

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

Shades of Petite Orchid #CC9999

Tints of Petite Orchid #CC9999

Color information

#CC9999 (or 0xCC9999) is unknown color: approx Petite Orchid. HEX triplet: CC, 99 and 99. RGB value is (204,153,153). Sum of RGB (Red+Green+Blue) = 204+153+153=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 153 (60.16% from 255 or 30% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9999 is a web safe color. Inversed color of #CC9999 is #336666. Grayscale: #A8A8A8. Windows color (decimal): -3368551 or 10066380. OLE color: 10066380.

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

Color convert

RGB204153153-
CMYK00.250.250.2
HSL33.33%70%-
HSV(B)25%80%-
XYZ42.0437.9235.24-
YUV168.25119.4153.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40%
GREEN value IS 153 (60.16% from 255) = 30%
BLUE value IS 153 (60.16% from 255) = 30%
R=40%
G=30%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415315300.250.250.2033.3370
HexCC9999019191402146
Octal3142312310313124041106
Binary110011001001100110011001011001110011010001000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9999; }

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

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

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

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

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

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

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

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