Html Css Color HEX #C7BA96 Sisal

📋 copy color: '#C7BA96'

red 199 ◦ green 186 ◦ blue 150

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

Shades of Sisal #C7BA96

Tints of Sisal #C7BA96

RGB

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

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

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

R = 37.2%
G = 34.77%
B = 28.04%

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

#C7BA96 (or 0xC7BA96) is known color: Sisal. HEX triplet: C7, BA and 96. RGB value is (199,186,150). Sum of RGB (Red+Green+Blue) = 199+186+150=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 150 (58.98% from 255 or 28.04% from 535); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BA96 is #384569. Grayscale: #B9B9B9. Windows color (decimal): -3687786 or 9878215. OLE color: 9878215.

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

Color convert

RGB 199 186 150 -
CMYK 0 0.07 0.25 0.22
HSL 44.08º 0.3% 0.68% -
HSV(B) 44.08º 0.25% 0.78% -
XYZ 46.62 49.46 35.94 -
YUV 185.78 107.81 137.43 -
System Red Green Blue C M Y K H S L
Decimal 199 186 150 0 0.07 0.25 0.22 44.08 0.3 0.68
Hex C7 BA 96 0 7 19 16 2C 1E 44
Octal 307 272 226 0 7 31 26 54 36 104
Binary 11000111 10111010 10010110 0 111 11001 10110 101100 11110 1000100

Color Harmonies of #C7BA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BA96

Black with #C7BA96

Text Example


Text Example

White with #C7BA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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