#CB9797

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

Shades of Petite Orchid #CB9797

Tints of Petite Orchid #CB9797

Color information

#CB9797 (or 0xCB9797) is unknown color: approx Petite Orchid. HEX triplet: CB, 97 and 97. RGB value is (203,151,151). Sum of RGB (Red+Green+Blue) = 203+151+151=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9797 is #346868. Grayscale: #A6A6A6. Windows color (decimal): -3434601 or 9934795. OLE color: 9934795.

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

Color convert

RGB203151151-
CMYK00.260.260.20
HSL33.33%69.41%-
HSV(B)25.62%79.61%-
XYZ41.2837.0634.26-
YUV166.55119.23154-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.20%
GREEN value IS 151 (59.38% from 255) = 29.90%
BLUE value IS 151 (59.38% from 255) = 29.90%
R=40.20%
G=29.90%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315115100.260.260.20033.3369.41
HexCB979701A1A1402145
Octal3132272270323224041105
Binary110010111001011110010111011010110101010001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9797; }

 p { color: rgb(203,151,151); }

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

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

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

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

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

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

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