Html Css Color HEX #CB9896 Petite Orchid

📋 copy color: '#CB9896'

red 203 ◦ green 152 ◦ blue 150

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

Shades of Petite Orchid #CB9896

Tints of Petite Orchid #CB9896

RGB

 RED value IS 203 (79.69% from 255) = 40.2%

 GREEN value IS 152 (59.77% from 255) = 30.1%

 BLUE value IS 150 (58.98% from 255) = 29.7%

R = 40.2%
G = 30.1%
B = 29.7%

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

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

RGB 203 152 150 -
CMYK 0 0.25 0.26 0.20
HSL 2.26º 0.34% 0.69% -
HSV(B) 2.26º 0.26% 0.8% -
XYZ 41.36 37.36 33.88 -
YUV 167.02 118.4 153.66 -
System Red Green Blue C M Y K H S L
Decimal 203 152 150 0 0.25 0.26 0.20 2.26 0.34 0.69
Hex CB 98 96 0 19 1A 14 2 22 45
Octal 313 230 226 0 31 32 24 2 42 105
Binary 11001011 10011000 10010110 0 11001 11010 10100 10 100010 1000101

Color Harmonies of #CB9896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9896

Black with #CB9896

Text Example


Text Example

White with #CB9896

Text Example


Text Example

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