#C5BDAA

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

Shades of Cotton Seed #C5BDAA

Tints of Cotton Seed #C5BDAA

Color information

#C5BDAA (or 0xC5BDAA) is unknown color: approx Cotton Seed. HEX triplet: C5, BD and AA. RGB value is (197,189,170). Sum of RGB (Red+Green+Blue) = 197+189+170=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BDAA is #3A4255. Grayscale: #BDBDBD. Windows color (decimal): -3818070 or 11189701. OLE color: 11189701.

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

Color convert

RGB197189170-
CMYK00.040.140.23
HSL42.22º18.88%71.96%-
HSV(B)42.22º13.71%77.25%-
XYZ48.4851.1745.35-
YUV189.23117.15133.54-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.43%
GREEN value IS 189 (74.22% from 255) = 33.99%
BLUE value IS 170 (66.80% from 255) = 30.58%
R=35.43%
G=33.99%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718917000.040.140.2342.2218.8871.96
HexC5BDAA04E172a1348
Octal3052752520416275223110
Binary1100010110111101101010100100111010111101010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BDAA; }

 p { color: rgb(197,189,170); }

 H1.HeaderClassName
 {
   color: #C5BDAA;
 }
 .AnyTagClassName
 {
   color: #C5BDAA;
 }
</style>
background-color css

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

 a { background-color: rgb(197,189,170); }

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

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

 span { border-color: rgb(197,189,170); }

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