Html Css Color HEX #C6BFAB Cotton Seed

📋 copy color: '#C6BFAB'

red 198 ◦ green 191 ◦ blue 171

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

Shades of Cotton Seed #C6BFAB

Tints of Cotton Seed #C6BFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.54%

R = 35.36%
G = 34.11%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C6BFAB (or 0xC6BFAB) is known color: Cotton Seed. HEX triplet: C6, BF and AB. RGB value is (198,191,171). Sum of RGB (Red+Green+Blue) = 198+191+171=560 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.36% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BFAB is #394054. Grayscale: #BEBEBE. Windows color (decimal): -3752021 or 11255750. OLE color: 11255750.

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

Color convert

RGB 198 191 171 -
CMYK 0 0.04 0.14 0.22
HSL 44.44º 0.19% 0.72% -
HSV(B) 44.44º 0.14% 0.78% -
XYZ 49.27 52.21 46.01 -
YUV 190.81 116.82 133.13 -
System Red Green Blue C M Y K H S L
Decimal 198 191 171 0 0.04 0.14 0.22 44.44 0.19 0.72
Hex C6 BF AB 0 4 E 16 2C 13 48
Octal 306 277 253 0 4 16 26 54 23 110
Binary 11000110 10111111 10101011 0 100 1110 10110 101100 10011 1001000

Color Harmonies of #C6BFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BFAB

Black with #C6BFAB

Text Example


Text Example

White with #C6BFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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