Html Css Color HEX #C6BFAC Cotton Seed

📋 copy color: '#C6BFAC'

red 198 ◦ green 191 ◦ blue 172

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

Shades of Cotton Seed #C6BFAC

Tints of Cotton Seed #C6BFAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.66%

R = 35.29%
G = 34.05%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C6BFAC (or 0xC6BFAC) is known color: Cotton Seed. HEX triplet: C6, BF and AC. RGB value is (198,191,172). Sum of RGB (Red+Green+Blue) = 198+191+172=561 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.29% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BFAC is #394053. Grayscale: #BFBFBF. Windows color (decimal): -3752020 or 11321286. OLE color: 11321286.

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

Color convert

RGB 198 191 172 -
CMYK 0 0.04 0.13 0.22
HSL 43.85º 0.19% 0.73% -
HSV(B) 43.85º 0.13% 0.78% -
XYZ 49.37 52.25 46.51 -
YUV 190.93 117.32 133.04 -
System Red Green Blue C M Y K H S L
Decimal 198 191 172 0 0.04 0.13 0.22 43.85 0.19 0.73
Hex C6 BF AC 0 4 D 16 2C 13 49
Octal 306 277 254 0 4 15 26 54 23 111
Binary 11000110 10111111 10101100 0 100 1101 10110 101100 10011 1001001

Color Harmonies of #C6BFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BFAC

Black with #C6BFAC

Text Example


Text Example

White with #C6BFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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