#CC9893

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

Shades of Petite Orchid #CC9893

Tints of Petite Orchid #CC9893

Color information

#CC9893 (or 0xCC9893) is unknown color: approx Petite Orchid. HEX triplet: CC, 98 and 93. RGB value is (204,152,147). Sum of RGB (Red+Green+Blue) = 204+152+147=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 147 (57.81% from 255 or 29.22% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9893 is #33676C. Grayscale: #A7A7A7. Windows color (decimal): -3368813 or 9672908. OLE color: 9672908.

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

Color convert

RGB204152147-
CMYK00.250.280.2
HSL5.26º35.85%68.82%-
HSV(B)5.26º27.94%80%-
XYZ41.437.432.64-
YUV166.98116.73154.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.56%
GREEN value IS 152 (59.77% from 255) = 30.22%
BLUE value IS 147 (57.81% from 255) = 29.22%
R=40.56%
G=30.22%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415214700.250.280.25.2635.8568.82
HexCC98930191C1452445
Octal3142302230313424544105
Binary11001100100110001001001101100111100101001011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9893; }

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

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

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

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

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

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

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

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