Html Css Color HEX #C6BAA5 Sisal

📋 copy color: '#C6BAA5'

red 198 ◦ green 186 ◦ blue 165

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

Shades of Sisal #C6BAA5

Tints of Sisal #C6BAA5

RGB

 RED value IS 198 (77.73% from 255) = 36.07%

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

 BLUE value IS 165 (64.84% from 255) = 30.05%

R = 36.07%
G = 33.88%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C6BAA5 (or 0xC6BAA5) is known color: Sisal. HEX triplet: C6, BA and A5. RGB value is (198,186,165). Sum of RGB (Red+Green+Blue) = 198+186+165=549 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.07% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 165 (64.84% from 255 or 30.05% from 549); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BAA5 is #39455A. Grayscale: #BBBBBB. Windows color (decimal): -3753307 or 10861254. OLE color: 10861254.

HSL color Cylindrical-coordinate representation of color #C6BAA5: hue angle of 38.18º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6BAA5 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 186 165 -
CMYK 0 0.06 0.17 0.22
HSL 38.18º 0.22% 0.71% -
HSV(B) 38.18º 0.17% 0.78% -
XYZ 47.64 49.84 42.71 -
YUV 187.19 115.48 135.71 -
System Red Green Blue C M Y K H S L
Decimal 198 186 165 0 0.06 0.17 0.22 38.18 0.22 0.71
Hex C6 BA A5 0 6 11 16 26 16 47
Octal 306 272 245 0 6 21 26 46 26 107
Binary 11000110 10111010 10100101 0 110 10001 10110 100110 10110 1000111

Color Harmonies of #C6BAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BAA5

Black with #C6BAA5

Text Example


Text Example

White with #C6BAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BAA5; }

 p { color: rgb(198,186,165); }

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

background-color css

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

 a { background-color: rgb(198,186,165); }

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

border-color css

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

 span { border-color: rgb(198,186,165); }

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