Html Css Color HEX #C6BFA4 Sisal

📋 copy color: '#C6BFA4'

red 198 ◦ green 191 ◦ blue 164

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

Shades of Sisal #C6BFA4

Tints of Sisal #C6BFA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 29.66%

R = 35.8%
G = 34.54%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C6BFA4 (or 0xC6BFA4) is known color: Sisal. HEX triplet: C6, BF and A4. RGB value is (198,191,164). Sum of RGB (Red+Green+Blue) = 198+191+164=553 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.80% from 553); Green value is 191 (75% from 255 or 34.54% from 553); Blue value is 164 (64.45% from 255 or 29.66% from 553); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BFA4 is #39405B. Grayscale: #BEBEBE. Windows color (decimal): -3752028 or 10796998. OLE color: 10796998.

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

Color convert

RGB 198 191 164 -
CMYK 0 0.04 0.17 0.22
HSL 47.65º 0.23% 0.71% -
HSV(B) 47.65º 0.17% 0.78% -
XYZ 48.62 51.95 42.59 -
YUV 190.02 113.32 133.7 -
System Red Green Blue C M Y K H S L
Decimal 198 191 164 0 0.04 0.17 0.22 47.65 0.23 0.71
Hex C6 BF A4 0 4 11 16 30 17 47
Octal 306 277 244 0 4 21 26 60 27 107
Binary 11000110 10111111 10100100 0 100 10001 10110 110000 10111 1000111

Color Harmonies of #C6BFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BFA4

Black with #C6BFA4

Text Example


Text Example

White with #C6BFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BFA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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