Html Css Color HEX #C8BA95 Sisal

📋 copy color: '#C8BA95'

red 200 ◦ green 186 ◦ blue 149

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

Shades of Sisal #C8BA95

Tints of Sisal #C8BA95

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.77%

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

R = 37.38%
G = 34.77%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C8BA95 (or 0xC8BA95) is known color: Sisal. HEX triplet: C8, BA and 95. RGB value is (200,186,149). Sum of RGB (Red+Green+Blue) = 200+186+149=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BA95 is #37456A. Grayscale: #BABABA. Windows color (decimal): -3622251 or 9812680. OLE color: 9812680.

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

Color convert

RGB 200 186 149 -
CMYK 0 0.07 0.26 0.22
HSL 43.53º 0.32% 0.68% -
HSV(B) 43.53º 0.26% 0.78% -
XYZ 46.8 49.57 35.53 -
YUV 185.97 107.14 138.01 -
System Red Green Blue C M Y K H S L
Decimal 200 186 149 0 0.07 0.26 0.22 43.53 0.32 0.68
Hex C8 BA 95 0 7 1A 16 2C 20 44
Octal 310 272 225 0 7 32 26 54 40 104
Binary 11001000 10111010 10010101 0 111 11010 10110 101100 100000 1000100

Color Harmonies of #C8BA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BA95

Black with #C8BA95

Text Example


Text Example

White with #C8BA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BA95; }

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

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

background-color css

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

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

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

border-color css

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

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

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