Html Css Color HEX #CBBB96 Sisal

📋 copy color: '#CBBB96'

red 203 ◦ green 187 ◦ blue 150

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

Shades of Sisal #CBBB96

Tints of Sisal #CBBB96

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.63%

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

R = 37.59%
G = 34.63%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CBBB96 (or 0xCBBB96) is known color: Sisal. HEX triplet: CB, BB and 96. RGB value is (203,187,150). Sum of RGB (Red+Green+Blue) = 203+187+150=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 150 (58.98% from 255 or 27.78% from 540); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBB96 is #344469. Grayscale: #BBBBBB. Windows color (decimal): -3425386 or 9878475. OLE color: 9878475.

HSL color Cylindrical-coordinate representation of color #CBBB96: hue angle of 41.89º 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 #CBBB96 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 187 150 -
CMYK 0 0.08 0.26 0.20
HSL 41.89º 0.34% 0.69% -
HSV(B) 41.89º 0.26% 0.8% -
XYZ 47.9 50.44 36.07 -
YUV 187.57 106.8 139.01 -
System Red Green Blue C M Y K H S L
Decimal 203 187 150 0 0.08 0.26 0.20 41.89 0.34 0.69
Hex CB BB 96 0 8 1A 14 2A 22 45
Octal 313 273 226 0 10 32 24 52 42 105
Binary 11001011 10111011 10010110 0 1000 11010 10100 101010 100010 1000101

Color Harmonies of #CBBB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBB96

Black with #CBBB96

Text Example


Text Example

White with #CBBB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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