Html Css Color HEX #CB9999 Petite Orchid

📋 copy color: '#CB9999'

red 203 ◦ green 153 ◦ blue 153

#CB9999
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Petite Orchid #CB9999

Tints of Petite Orchid #CB9999

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 value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CB9999 (or 0xCB9999) is known color: 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

RGB 203 153 153 -
CMYK 0 0.25 0.25 0.20
HSL 0.32% 0.7% -
HSV(B) 0.25% 0.8% -
XYZ 41.77 37.78 35.23 -
YUV 167.95 119.57 153 -
System Red Green Blue C M Y K H S L
Decimal 203 153 153 0 0.25 0.25 0.20 0 0.32 0.7
Hex CB 99 99 0 19 19 14 0 20 46
Octal 313 231 231 0 31 31 24 0 40 106
Binary 11001011 10011001 10011001 0 11001 11001 10100 0 100000 1000110

Color Harmonies of #CB9999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9999

Black with #CB9999

Text Example


Text Example

White with #CB9999

Text Example


Text Example

HTML Codes & Css Web 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>