#CB9999

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

Shades of Petite Orchid #CB9999

Tints of Petite Orchid #CB9999

Color information

#CB9999 (or 0xCB9999) is unknown color: approx Petite Orchid. HEX triplet: CB, 99 and 99. RGB value is (203,153,153). Sum of RGB (Red+Green+Blue) = 203+153+153=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 153 (60.16% from 255 or 30.06% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9999 is #346666. Grayscale: #A8A8A8. Windows color (decimal): -3434087 or 10066379. OLE color: 10066379.

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

Color convert

RGB203153153-
CMYK00.250.250.20
HSL32.47%69.8%-
HSV(B)24.63%79.61%-
XYZ41.7737.7835.23-
YUV167.95119.56153-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.88%
GREEN value IS 153 (60.16% from 255) = 30.06%
BLUE value IS 153 (60.16% from 255) = 30.06%
R=39.88%
G=30.06%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315315300.250.250.20032.4769.8
HexCB9999019191402046
Octal3132312310313124040106
Binary110010111001100110011001011001110011010001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9999; }

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

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

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

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

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

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

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

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