Html Css Color HEX #C6BCA1 Sisal

📋 copy color: '#C6BCA1'

red 198 ◦ green 188 ◦ blue 161

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

Shades of Sisal #C6BCA1

Tints of Sisal #C6BCA1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.37%

 BLUE value IS 161 (63.28% from 255) = 29.43%

R = 36.2%
G = 34.37%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C6BCA1 (or 0xC6BCA1) is known color: Sisal. HEX triplet: C6, BC and A1. RGB value is (198,188,161). Sum of RGB (Red+Green+Blue) = 198+188+161=547 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.20% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 161 (63.28% from 255 or 29.43% from 547); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BCA1 is #39435E. Grayscale: #BCBCBC. Windows color (decimal): -3752799 or 10599622. OLE color: 10599622.

HSL color Cylindrical-coordinate representation of color #C6BCA1: hue angle of 43.78º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C6BCA1 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 188 161 -
CMYK 0 0.05 0.19 0.22
HSL 43.78º 0.25% 0.7% -
HSV(B) 43.78º 0.19% 0.78% -
XYZ 47.7 50.55 40.96 -
YUV 187.91 112.81 135.2 -
System Red Green Blue C M Y K H S L
Decimal 198 188 161 0 0.05 0.19 0.22 43.78 0.25 0.7
Hex C6 BC A1 0 5 13 16 2C 19 46
Octal 306 274 241 0 5 23 26 54 31 106
Binary 11000110 10111100 10100001 0 101 10011 10110 101100 11001 1000110

Color Harmonies of #C6BCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BCA1

Black with #C6BCA1

Text Example


Text Example

White with #C6BCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BCA1; }

 p { color: rgb(198,188,161); }

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

background-color css

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

 a { background-color: rgb(198,188,161); }

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

border-color css

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

 span { border-color: rgb(198,188,161); }

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