Html Css Color HEX #C6BE95 Sisal

📋 copy color: '#C6BE95'

red 198 ◦ green 190 ◦ blue 149

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

Shades of Sisal #C6BE95

Tints of Sisal #C6BE95

RGB

 RED value IS 198 (77.73% from 255) = 36.87%

 GREEN value IS 190 (74.61% from 255) = 35.38%

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

R = 36.87%
G = 35.38%
B = 27.75%

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

#C6BE95 (or 0xC6BE95) is known color: Sisal. HEX triplet: C6, BE and 95. RGB value is (198,190,149). Sum of RGB (Red+Green+Blue) = 198+190+149=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 149 (58.59% from 255 or 27.75% from 537); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BE95 is #39416A. Grayscale: #BBBBBB. Windows color (decimal): -3752299 or 9813702. OLE color: 9813702.

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

Color convert

RGB 198 190 149 -
CMYK 0 0.04 0.25 0.22
HSL 50.2º 0.3% 0.68% -
HSV(B) 50.2º 0.25% 0.78% -
XYZ 47.13 51 35.79 -
YUV 187.72 106.15 135.33 -
System Red Green Blue C M Y K H S L
Decimal 198 190 149 0 0.04 0.25 0.22 50.2 0.3 0.68
Hex C6 BE 95 0 4 19 16 32 1E 44
Octal 306 276 225 0 4 31 26 62 36 104
Binary 11000110 10111110 10010101 0 100 11001 10110 110010 11110 1000100

Color Harmonies of #C6BE95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BE95

Black with #C6BE95

Text Example


Text Example

White with #C6BE95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BE95; }

 p { color: rgb(198,190,149); }

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

background-color css

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

 a { background-color: rgb(198,190,149); }

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

border-color css

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

 span { border-color: rgb(198,190,149); }

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