Html Css Color HEX #C8BF96 Sisal

📋 copy color: '#C8BF96'

red 200 ◦ green 191 ◦ blue 150

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

Shades of Sisal #C8BF96

Tints of Sisal #C8BF96

RGB

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

 GREEN value IS 191 (75% from 255) = 35.3%

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

R = 36.97%
G = 35.3%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C8BF96 (or 0xC8BF96) is known color: Sisal. HEX triplet: C8, BF and 96. RGB value is (200,191,150). Sum of RGB (Red+Green+Blue) = 200+191+150=541 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.97% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 150 (58.98% from 255 or 27.73% from 541); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BF96 is #374069. Grayscale: #BDBDBD. Windows color (decimal): -3620970 or 9879496. OLE color: 9879496.

HSL color Cylindrical-coordinate representation of color #C8BF96: hue angle of 49.2º 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 #C8BF96 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 191 150 -
CMYK 0 0.04 0.25 0.22
HSL 49.2º 0.31% 0.69% -
HSV(B) 49.2º 0.25% 0.78% -
XYZ 47.96 51.74 36.31 -
YUV 189.02 105.98 135.83 -
System Red Green Blue C M Y K H S L
Decimal 200 191 150 0 0.04 0.25 0.22 49.2 0.31 0.69
Hex C8 BF 96 0 4 19 16 31 1F 45
Octal 310 277 226 0 4 31 26 61 37 105
Binary 11001000 10111111 10010110 0 100 11001 10110 110001 11111 1000101

Color Harmonies of #C8BF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BF96

Black with #C8BF96

Text Example


Text Example

White with #C8BF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BF96; }

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

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

background-color css

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

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

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

border-color css

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

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

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