Html Css Color HEX #C1BAA6 Sisal

📋 copy color: '#C1BAA6'

red 193 ◦ green 186 ◦ blue 166

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

Shades of Sisal #C1BAA6

Tints of Sisal #C1BAA6

RGB

 RED value IS 193 (75.78% from 255) = 35.41%

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

 BLUE value IS 166 (65.23% from 255) = 30.46%

R = 35.41%
G = 34.13%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C1BAA6 (or 0xC1BAA6) is known color: Sisal. HEX triplet: C1, BA and A6. RGB value is (193,186,166). Sum of RGB (Red+Green+Blue) = 193+186+166=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 166 (65.23% from 255 or 30.46% from 545); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BAA6 is #3E4559. Grayscale: #B9B9B9. Windows color (decimal): -4080986 or 10926785. OLE color: 10926785.

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

Color convert

RGB 193 186 166 -
CMYK 0 0.04 0.14 0.24
HSL 44.44º 0.18% 0.7% -
HSV(B) 44.44º 0.14% 0.76% -
XYZ 46.43 49.21 43.13 -
YUV 185.81 116.82 133.13 -
System Red Green Blue C M Y K H S L
Decimal 193 186 166 0 0.04 0.14 0.24 44.44 0.18 0.7
Hex C1 BA A6 0 4 E 18 2C 12 46
Octal 301 272 246 0 4 16 30 54 22 106
Binary 11000001 10111010 10100110 0 100 1110 11000 101100 10010 1000110

Color Harmonies of #C1BAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BAA6

Black with #C1BAA6

Text Example


Text Example

White with #C1BAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BAA6; }

 p { color: rgb(193,186,166); }

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

background-color css

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

 a { background-color: rgb(193,186,166); }

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

border-color css

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

 span { border-color: rgb(193,186,166); }

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