Html Css Color HEX #C2BA9D Sisal

📋 copy color: '#C2BA9D'

red 194 ◦ green 186 ◦ blue 157

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

Shades of Sisal #C2BA9D

Tints of Sisal #C2BA9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.24%

R = 36.13%
G = 34.64%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2BA9D (or 0xC2BA9D) is known color: Sisal. HEX triplet: C2, BA and 9D. RGB value is (194,186,157). Sum of RGB (Red+Green+Blue) = 194+186+157=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 157 (61.72% from 255 or 29.24% from 537); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BA9D is #3D4562. Grayscale: #B9B9B9. Windows color (decimal): -4015459 or 10336962. OLE color: 10336962.

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

Color convert

RGB 194 186 157 -
CMYK 0 0.04 0.19 0.24
HSL 47.03º 0.23% 0.69% -
HSV(B) 47.03º 0.19% 0.76% -
XYZ 45.89 49.02 38.94 -
YUV 185.09 112.15 134.36 -
System Red Green Blue C M Y K H S L
Decimal 194 186 157 0 0.04 0.19 0.24 47.03 0.23 0.69
Hex C2 BA 9D 0 4 13 18 2F 17 45
Octal 302 272 235 0 4 23 30 57 27 105
Binary 11000010 10111010 10011101 0 100 10011 11000 101111 10111 1000101

Color Harmonies of #C2BA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BA9D

Black with #C2BA9D

Text Example


Text Example

White with #C2BA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BA9D; }

 p { color: rgb(194,186,157); }

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

background-color css

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

 a { background-color: rgb(194,186,157); }

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

border-color css

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

 span { border-color: rgb(194,186,157); }

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