Html Css Color HEX #CB9996 Petite Orchid

📋 copy color: '#CB9996'

red 203 ◦ green 153 ◦ blue 150

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

Shades of Petite Orchid #CB9996

Tints of Petite Orchid #CB9996

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

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

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

RGB 203 153 150 -
CMYK 0 0.25 0.26 0.20
HSL 3.4º 0.34% 0.69% -
HSV(B) 3.4º 0.26% 0.8% -
XYZ 41.52 37.68 33.94 -
YUV 167.61 118.07 153.24 -
System Red Green Blue C M Y K H S L
Decimal 203 153 150 0 0.25 0.26 0.20 3.4 0.34 0.69
Hex CB 99 96 0 19 1A 14 3 22 45
Octal 313 231 226 0 31 32 24 3 42 105
Binary 11001011 10011001 10010110 0 11001 11010 10100 11 100010 1000101

Color Harmonies of #CB9996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9996

Black with #CB9996

Text Example


Text Example

White with #CB9996

Text Example


Text Example

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