#C6BFAB

Color #C6BFAB Cotton Seed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cotton Seed #C6BFAB

Tints of Cotton Seed #C6BFAB

Color information

#C6BFAB (or 0xC6BFAB) is unknown color: approx 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

RGB198191171-
CMYK00.040.140.22
HSL44.44º19.15%72.35%-
HSV(B)44.44º13.64%77.65%-
XYZ49.2752.2146.01-
YUV190.81116.82133.13-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819117100.040.140.2244.4419.1572.35
HexC6BFAB04E162c1348
Octal3062772530416265423110
Binary1100011010111111101010110100111010110101100100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>