#CC9897

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

Shades of Petite Orchid #CC9897

Tints of Petite Orchid #CC9897

Color information

#CC9897 (or 0xCC9897) is unknown color: approx Petite Orchid. HEX triplet: CC, 98 and 97. RGB value is (204,152,151). Sum of RGB (Red+Green+Blue) = 204+152+151=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 151 (59.38% from 255 or 29.78% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9897 is #336768. Grayscale: #A7A7A7. Windows color (decimal): -3368809 or 9935052. OLE color: 9935052.

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

Color convert

RGB204152151-
CMYK00.250.260.2
HSL1.13º34.19%69.61%-
HSV(B)1.13º25.98%80%-
XYZ41.7237.5334.32-
YUV167.43118.73154.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.24%
GREEN value IS 152 (59.77% from 255) = 29.98%
BLUE value IS 151 (59.38% from 255) = 29.78%
R=40.24%
G=29.98%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415215100.250.260.21.1334.1969.61
HexCC98970191A1412246
Octal3142302270313224142106
Binary110011001001100010010111011001110101010011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9897; }

 p { color: rgb(204,152,151); }

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

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

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

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

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

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

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