#CC9393

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

Shades of Petite Orchid #CC9393

Tints of Petite Orchid #CC9393

Color information

#CC9393 (or 0xCC9393) is unknown color: approx Petite Orchid. HEX triplet: CC, 93 and 93. RGB value is (204,147,147). Sum of RGB (Red+Green+Blue) = 204+147+147=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 147 (57.81% from 255 or 29.52% from 498); Blue value is 147 (57.81% from 255 or 29.52% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9393 is #336C6C. Grayscale: #A4A4A4. Windows color (decimal): -3370093 or 9671628. OLE color: 9671628.

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

Color convert

RGB204147147-
CMYK00.280.280.2
HSL35.85%68.82%-
HSV(B)27.94%80%-
XYZ40.635.8132.38-
YUV164.04118.38156.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.96%
GREEN value IS 147 (57.81% from 255) = 29.52%
BLUE value IS 147 (57.81% from 255) = 29.52%
R=40.96%
G=29.52%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414714700.280.280.2035.8568.82
HexCC939301C1C1402445
Octal3142232230343424044105
Binary110011001001001110010011011100111001010001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9393; }

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

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

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

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

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

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

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

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