#CB9996

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

Shades of Petite Orchid #CB9996

Tints of Petite Orchid #CB9996

Color information

#CB9996 (or 0xCB9996) is unknown color: approx Petite Orchid. HEX triplet: CB, 99 and 96. RGB value is (203,153,150). Sum of RGB (Red+Green+Blue) = 203+153+150=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9996 is #346669. Grayscale: #A7A7A7. Windows color (decimal): -3434090 or 9869771. OLE color: 9869771.

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

Color convert

RGB203153150-
CMYK00.250.260.20
HSL3.4º33.76%69.22%-
HSV(B)3.4º26.11%79.61%-
XYZ41.5237.6833.94-
YUV167.61118.06153.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.12%
GREEN value IS 153 (60.16% from 255) = 30.24%
BLUE value IS 150 (58.98% from 255) = 29.64%
R=40.12%
G=30.24%
B=29.64%

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
Decimal20315315000.250.260.203.433.7669.22
HexCB99960191A1432245
Octal3132312260313224342105
Binary1100101110011001100101100110011101010100111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9996; }

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

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

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

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

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

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

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

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