Html Css Color HEX #C2BA9C Sisal

📋 copy color: '#C2BA9C'

red 194 ◦ green 186 ◦ blue 156

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

Shades of Sisal #C2BA9C

Tints of Sisal #C2BA9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.1%

R = 36.19%
G = 34.7%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C2BA9C (or 0xC2BA9C) is known color: Sisal. HEX triplet: C2, BA and 9C. RGB value is (194,186,156). Sum of RGB (Red+Green+Blue) = 194+186+156=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 156 (61.33% from 255 or 29.10% from 536); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BA9C is #3D4563. Grayscale: #B9B9B9. Windows color (decimal): -4015460 or 10271426. OLE color: 10271426.

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

Color convert

RGB 194 186 156 -
CMYK 0 0.04 0.20 0.24
HSL 47.37º 0.24% 0.69% -
HSV(B) 47.37º 0.2% 0.76% -
XYZ 45.81 48.99 38.49 -
YUV 184.97 111.65 134.44 -
System Red Green Blue C M Y K H S L
Decimal 194 186 156 0 0.04 0.20 0.24 47.37 0.24 0.69
Hex C2 BA 9C 0 4 14 18 2F 18 45
Octal 302 272 234 0 4 24 30 57 30 105
Binary 11000010 10111010 10011100 0 100 10100 11000 101111 11000 1000101

Color Harmonies of #C2BA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BA9C

Black with #C2BA9C

Text Example


Text Example

White with #C2BA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BA9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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