#C5BDA9

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

Shades of Cotton Seed #C5BDA9

Tints of Cotton Seed #C5BDA9

Color information

#C5BDA9 (or 0xC5BDA9) is unknown color: approx Cotton Seed. HEX triplet: C5, BD and A9. RGB value is (197,189,169). Sum of RGB (Red+Green+Blue) = 197+189+169=555 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.50% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 169 (66.41% from 255 or 30.45% from 555); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BDA9 is #3A4256. Grayscale: #BDBDBD. Windows color (decimal): -3818071 or 11124165. OLE color: 11124165.

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

Color convert

RGB197189169-
CMYK00.040.140.23
HSL42.86º19.44%71.76%-
HSV(B)42.86º14.21%77.25%-
XYZ48.3851.1344.86-
YUV189.11116.65133.63-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.50%
GREEN value IS 189 (74.22% from 255) = 34.05%
BLUE value IS 169 (66.41% from 255) = 30.45%
R=35.50%
G=34.05%
B=30.45%

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
Decimal19718916900.040.140.2342.8619.4471.76
HexC5BDA904E172b1348
Octal3052752510416275323110
Binary1100010110111101101010010100111010111101011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BDA9; }

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

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

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

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

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

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

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

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