Html Css Color HEX #C8BD96 Sisal

📋 copy color: '#C8BD96'

red 200 ◦ green 189 ◦ blue 150

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

Shades of Sisal #C8BD96

Tints of Sisal #C8BD96

RGB

 RED value IS 200 (78.52% from 255) = 37.11%

 GREEN value IS 189 (74.22% from 255) = 35.06%

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

R = 37.11%
G = 35.06%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C8BD96 (or 0xC8BD96) is known color: Sisal. HEX triplet: C8, BD and 96. RGB value is (200,189,150). Sum of RGB (Red+Green+Blue) = 200+189+150=539 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.11% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BD96 is #374269. Grayscale: #BCBCBC. Windows color (decimal): -3621482 or 9878984. OLE color: 9878984.

HSL color Cylindrical-coordinate representation of color #C8BD96: hue angle of 46.8º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8BD96 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 189 150 -
CMYK 0 0.06 0.25 0.22
HSL 46.8º 0.31% 0.69% -
HSV(B) 46.8º 0.25% 0.78% -
XYZ 47.52 50.88 36.17 -
YUV 187.84 106.64 136.67 -
System Red Green Blue C M Y K H S L
Decimal 200 189 150 0 0.06 0.25 0.22 46.8 0.31 0.69
Hex C8 BD 96 0 6 19 16 2F 1F 45
Octal 310 275 226 0 6 31 26 57 37 105
Binary 11001000 10111101 10010110 0 110 11001 10110 101111 11111 1000101

Color Harmonies of #C8BD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BD96

Black with #C8BD96

Text Example


Text Example

White with #C8BD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BD96; }

 p { color: rgb(200,189,150); }

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

background-color css

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

 a { background-color: rgb(200,189,150); }

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

border-color css

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

 span { border-color: rgb(200,189,150); }

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