Html Css Color HEX #CB9691 Petite Orchid

📋 copy color: '#CB9691'

red 203 ◦ green 150 ◦ blue 145

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

Shades of Petite Orchid #CB9691

Tints of Petite Orchid #CB9691

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.12%

 BLUE value IS 145 (57.03% from 255) = 29.12%

R = 40.76%
G = 30.12%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.20

RGB Variations

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

Color information

#CB9691 (or 0xCB9691) is known color: Petite Orchid. HEX triplet: CB, 96 and 91. RGB value is (203,150,145). Sum of RGB (Red+Green+Blue) = 203+150+145=498 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.76% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 145 (57.03% from 255 or 29.12% from 498); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9691 is #34696E. Grayscale: #A5A5A5. Windows color (decimal): -3434863 or 9541323. OLE color: 9541323.

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

Color convert

RGB 203 150 145 -
CMYK 0 0.26 0.29 0.20
HSL 5.17º 0.36% 0.68% -
HSV(B) 5.17º 0.29% 0.8% -
XYZ 40.65 36.55 31.7 -
YUV 165.28 116.56 154.91 -
System Red Green Blue C M Y K H S L
Decimal 203 150 145 0 0.26 0.29 0.20 5.17 0.36 0.68
Hex CB 96 91 0 1A 1D 14 5 24 44
Octal 313 226 221 0 32 35 24 5 44 104
Binary 11001011 10010110 10010001 0 11010 11101 10100 101 100100 1000100

Color Harmonies of #CB9691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9691

Black with #CB9691

Text Example


Text Example

White with #CB9691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9691; }

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

 H1.HeaderClassName
 {
   color: #CB9691;
 }
 .AnyTagClassName
 {
   color: #CB9691;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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