#CB9796

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

Shades of Petite Orchid #CB9796

Tints of Petite Orchid #CB9796

Color information

#CB9796 (or 0xCB9796) is unknown color: approx Petite Orchid. HEX triplet: CB, 97 and 96. RGB value is (203,151,150). Sum of RGB (Red+Green+Blue) = 203+151+150=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9796 is #346869. Grayscale: #A6A6A6. Windows color (decimal): -3434602 or 9869259. OLE color: 9869259.

HSL color Cylindrical-coordinate representation of color #CB9796: hue angle of 1.13º degrees, saturation: 0.34, 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 #CB9796 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB203151150-
CMYK00.260.260.20
HSL1.13º33.76%69.22%-
HSV(B)1.13º26.11%79.61%-
XYZ41.237.0333.83-
YUV166.43118.73154.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.28%
GREEN value IS 151 (59.38% from 255) = 29.96%
BLUE value IS 150 (58.98% from 255) = 29.76%
R=40.28%
G=29.96%
B=29.76%

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
Decimal20315115000.260.260.201.1333.7669.22
HexCB979601A1A1412245
Octal3132272260323224142105
Binary110010111001011110010110011010110101010011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9796; }

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

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

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

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

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

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

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

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