Html Css Color HEX #C7BA95 Sisal

📋 copy color: '#C7BA95'

red 199 ◦ green 186 ◦ blue 149

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

Shades of Sisal #C7BA95

Tints of Sisal #C7BA95

RGB

 RED value IS 199 (78.13% from 255) = 37.27%

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

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

R = 37.27%
G = 34.83%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C7BA95 (or 0xC7BA95) is known color: Sisal. HEX triplet: C7, BA and 95. RGB value is (199,186,149). Sum of RGB (Red+Green+Blue) = 199+186+149=534 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.27% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BA95 is #38456A. Grayscale: #B9B9B9. Windows color (decimal): -3687787 or 9812679. OLE color: 9812679.

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

Color convert

RGB 199 186 149 -
CMYK 0 0.07 0.25 0.22
HSL 44.4º 0.31% 0.68% -
HSV(B) 44.4º 0.25% 0.78% -
XYZ 46.54 49.43 35.52 -
YUV 185.67 107.31 137.51 -
System Red Green Blue C M Y K H S L
Decimal 199 186 149 0 0.07 0.25 0.22 44.4 0.31 0.68
Hex C7 BA 95 0 7 19 16 2C 1F 44
Octal 307 272 225 0 7 31 26 54 37 104
Binary 11000111 10111010 10010101 0 111 11001 10110 101100 11111 1000100

Color Harmonies of #C7BA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BA95

Black with #C7BA95

Text Example


Text Example

White with #C7BA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BA95; }

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

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

background-color css

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

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

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

border-color css

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

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

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