#CC9792

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

Shades of Petite Orchid #CC9792

Tints of Petite Orchid #CC9792

Color information

#CC9792 (or 0xCC9792) is unknown color: approx Petite Orchid. HEX triplet: CC, 97 and 92. RGB value is (204,151,146). Sum of RGB (Red+Green+Blue) = 204+151+146=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9792 is #33686D. Grayscale: #A6A6A6. Windows color (decimal): -3369070 or 9607116. OLE color: 9607116.

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

Color convert

RGB204151146-
CMYK00.260.280.2
HSL5.17º36.25%68.63%-
HSV(B)5.17º28.43%80%-
XYZ41.1637.0532.18-
YUV166.28116.56154.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.72%
GREEN value IS 151 (59.38% from 255) = 30.14%
BLUE value IS 146 (57.42% from 255) = 29.14%
R=40.72%
G=30.14%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415114600.260.280.25.1736.2568.63
HexCC979201A1C1452445
Octal3142272220323424544105
Binary11001100100101111001001001101011100101001011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9792; }

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

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

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

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

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

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

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

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