Html Css Color HEX #C2B79A Sisal

📋 copy color: '#C2B79A'

red 194 ◦ green 183 ◦ blue 154

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

Shades of Sisal #C2B79A

Tints of Sisal #C2B79A

RGB

 RED value IS 194 (76.17% from 255) = 36.53%

 GREEN value IS 183 (71.88% from 255) = 34.46%

 BLUE value IS 154 (60.55% from 255) = 29%

R = 36.53%
G = 34.46%
B = 29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C2B79A (or 0xC2B79A) is known color: Sisal. HEX triplet: C2, B7 and 9A. RGB value is (194,183,154). Sum of RGB (Red+Green+Blue) = 194+183+154=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 183 (71.88% from 255 or 34.46% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B79A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B79A is #3D4865. Grayscale: #B7B7B7. Windows color (decimal): -4016230 or 10139586. OLE color: 10139586.

HSL color Cylindrical-coordinate representation of color #C2B79A: hue angle of 43.5º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2B79A is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 183 154 -
CMYK 0 0.06 0.21 0.24
HSL 43.5º 0.25% 0.68% -
HSV(B) 43.5º 0.21% 0.76% -
XYZ 45.01 47.67 37.4 -
YUV 182.98 111.64 135.86 -
System Red Green Blue C M Y K H S L
Decimal 194 183 154 0 0.06 0.21 0.24 43.5 0.25 0.68
Hex C2 B7 9A 0 6 15 18 2C 19 44
Octal 302 267 232 0 6 25 30 54 31 104
Binary 11000010 10110111 10011010 0 110 10101 11000 101100 11001 1000100

Color Harmonies of #C2B79A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B79A

Black with #C2B79A

Text Example


Text Example

White with #C2B79A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B79A; }

 p { color: rgb(194,183,154); }

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

background-color css

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

 a { background-color: rgb(194,183,154); }

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

border-color css

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

 span { border-color: rgb(194,183,154); }

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