Html Css Color HEX #C6BFA1 Sisal

📋 copy color: '#C6BFA1'

red 198 ◦ green 191 ◦ blue 161

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

Shades of Sisal #C6BFA1

Tints of Sisal #C6BFA1

RGB

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

 GREEN value IS 191 (75% from 255) = 34.73%

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

R = 36%
G = 34.73%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C6BFA1 (or 0xC6BFA1) is known color: Sisal. HEX triplet: C6, BF and A1. RGB value is (198,191,161). Sum of RGB (Red+Green+Blue) = 198+191+161=550 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36% from 550); Green value is 191 (75% from 255 or 34.73% from 550); Blue value is 161 (63.28% from 255 or 29.27% from 550); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BFA1 is #39405E. Grayscale: #BDBDBD. Windows color (decimal): -3752031 or 10600390. OLE color: 10600390.

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

Color convert

RGB 198 191 161 -
CMYK 0 0.04 0.19 0.22
HSL 48.65º 0.25% 0.7% -
HSV(B) 48.65º 0.19% 0.78% -
XYZ 48.35 51.84 41.18 -
YUV 189.67 111.82 133.94 -
System Red Green Blue C M Y K H S L
Decimal 198 191 161 0 0.04 0.19 0.22 48.65 0.25 0.7
Hex C6 BF A1 0 4 13 16 31 19 46
Octal 306 277 241 0 4 23 26 61 31 106
Binary 11000110 10111111 10100001 0 100 10011 10110 110001 11001 1000110

Color Harmonies of #C6BFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BFA1

Black with #C6BFA1

Text Example


Text Example

White with #C6BFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BFA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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