Html Css Color HEX #C2BA9E Sisal

📋 copy color: '#C2BA9E'

red 194 ◦ green 186 ◦ blue 158

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

Shades of Sisal #C2BA9E

Tints of Sisal #C2BA9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 29.37%

R = 36.06%
G = 34.57%
B = 29.37%

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

#C2BA9E (or 0xC2BA9E) is known color: Sisal. HEX triplet: C2, BA and 9E. RGB value is (194,186,158). Sum of RGB (Red+Green+Blue) = 194+186+158=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 158 (62.11% from 255 or 29.37% from 538); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BA9E is #3D4561. Grayscale: #B9B9B9. Windows color (decimal): -4015458 or 10402498. OLE color: 10402498.

HSL color Cylindrical-coordinate representation of color #C2BA9E: hue angle of 46.67º 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 #C2BA9E is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 186 158 -
CMYK 0 0.04 0.19 0.24
HSL 46.67º 0.23% 0.69% -
HSV(B) 46.67º 0.19% 0.76% -
XYZ 45.98 49.06 39.39 -
YUV 185.2 112.65 134.28 -
System Red Green Blue C M Y K H S L
Decimal 194 186 158 0 0.04 0.19 0.24 46.67 0.23 0.69
Hex C2 BA 9E 0 4 13 18 2F 17 45
Octal 302 272 236 0 4 23 30 57 27 105
Binary 11000010 10111010 10011110 0 100 10011 11000 101111 10111 1000101

Color Harmonies of #C2BA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BA9E

Black with #C2BA9E

Text Example


Text Example

White with #C2BA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BA9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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