Html Css Color HEX #C8BB95 Sisal

📋 copy color: '#C8BB95'

red 200 ◦ green 187 ◦ blue 149

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

Shades of Sisal #C8BB95

Tints of Sisal #C8BB95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.8%

R = 37.31%
G = 34.89%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C8BB95 (or 0xC8BB95) is known color: Sisal. HEX triplet: C8, BB and 95. RGB value is (200,187,149). Sum of RGB (Red+Green+Blue) = 200+187+149=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BB95 is #37446A. Grayscale: #BABABA. Windows color (decimal): -3621995 or 9812936. OLE color: 9812936.

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

Color convert

RGB 200 187 149 -
CMYK 0 0.06 0.26 0.22
HSL 44.71º 0.32% 0.68% -
HSV(B) 44.71º 0.26% 0.78% -
XYZ 47.01 49.99 35.6 -
YUV 186.56 106.81 137.59 -
System Red Green Blue C M Y K H S L
Decimal 200 187 149 0 0.06 0.26 0.22 44.71 0.32 0.68
Hex C8 BB 95 0 6 1A 16 2D 20 44
Octal 310 273 225 0 6 32 26 55 40 104
Binary 11001000 10111011 10010101 0 110 11010 10110 101101 100000 1000100

Color Harmonies of #C8BB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BB95

Black with #C8BB95

Text Example


Text Example

White with #C8BB95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BB95; }

 p { color: rgb(200,187,149); }

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

background-color css

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

 a { background-color: rgb(200,187,149); }

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

border-color css

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

 span { border-color: rgb(200,187,149); }

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