#CB9896

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

Shades of Petite Orchid #CB9896

Tints of Petite Orchid #CB9896

Color information

#CB9896 (or 0xCB9896) is unknown color: approx Petite Orchid. HEX triplet: CB, 98 and 96. RGB value is (203,152,150). Sum of RGB (Red+Green+Blue) = 203+152+150=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 150 (58.98% from 255 or 29.70% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9896 is #346769. Grayscale: #A7A7A7. Windows color (decimal): -3434346 or 9869515. OLE color: 9869515.

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

Color convert

RGB203152150-
CMYK00.250.260.20
HSL2.26º33.76%69.22%-
HSV(B)2.26º26.11%79.61%-
XYZ41.3637.3533.88-
YUV167.02118.4153.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.20%
GREEN value IS 152 (59.77% from 255) = 30.10%
BLUE value IS 150 (58.98% from 255) = 29.70%
R=40.20%
G=30.10%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315215000.250.260.202.2633.7669.22
HexCB98960191A1422245
Octal3132302260313224242105
Binary1100101110011000100101100110011101010100101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9896; }

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

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

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

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

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

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

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

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