Html Css Color HEX #C2B896 Sisal

📋 copy color: '#C2B896'

red 194 ◦ green 184 ◦ blue 150

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

Shades of Sisal #C2B896

Tints of Sisal #C2B896

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.85%

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

R = 36.74%
G = 34.85%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C2B896 (or 0xC2B896) is known color: Sisal. HEX triplet: C2, B8 and 96. RGB value is (194,184,150). Sum of RGB (Red+Green+Blue) = 194+184+150=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 184 (72.27% from 255 or 34.85% from 528); Blue value is 150 (58.98% from 255 or 28.41% from 528); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B896 is #3D4769. Grayscale: #B7B7B7. Windows color (decimal): -4015978 or 9877698. OLE color: 9877698.

HSL color Cylindrical-coordinate representation of color #C2B896: hue angle of 46.36º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2B896 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 184 150 -
CMYK 0 0.05 0.23 0.24
HSL 46.36º 0.27% 0.67% -
HSV(B) 46.36º 0.23% 0.76% -
XYZ 44.89 47.95 35.74 -
YUV 183.11 109.31 135.76 -
System Red Green Blue C M Y K H S L
Decimal 194 184 150 0 0.05 0.23 0.24 46.36 0.27 0.67
Hex C2 B8 96 0 5 17 18 2E 1B 43
Octal 302 270 226 0 5 27 30 56 33 103
Binary 11000010 10111000 10010110 0 101 10111 11000 101110 11011 1000011

Color Harmonies of #C2B896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B896

Black with #C2B896

Text Example


Text Example

White with #C2B896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B896; }

 p { color: rgb(194,184,150); }

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

background-color css

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

 a { background-color: rgb(194,184,150); }

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

border-color css

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

 span { border-color: rgb(194,184,150); }

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