#C1B9AA

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

Shades of Cotton Seed #C1B9AA

Tints of Cotton Seed #C1B9AA

Color information

#C1B9AA (or 0xC1B9AA) is unknown color: approx Cotton Seed. HEX triplet: C1, B9 and AA. RGB value is (193,185,170). Sum of RGB (Red+Green+Blue) = 193+185+170=548 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.22% from 548); Green value is 185 (72.66% from 255 or 33.76% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B9AA is #3E4655. Grayscale: #B9B9B9. Windows color (decimal): -4081238 or 11188673. OLE color: 11188673.

HSL color Cylindrical-coordinate representation of color #C1B9AA: hue angle of 39.13º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1B9AA is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB193185170-
CMYK00.040.120.24
HSL39.13º15.65%71.18%-
HSV(B)39.13º11.92%75.69%-
XYZ46.648.9445.02-
YUV185.68119.15133.22-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.22%
GREEN value IS 185 (72.66% from 255) = 33.76%
BLUE value IS 170 (66.80% from 255) = 31.02%
R=35.22%
G=33.76%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318517000.040.120.2439.1315.6571.18
HexC1B9AA04C18271047
Octal3012712520414304720107
Binary1100000110111001101010100100110011000100111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B9AA; }

 p { color: rgb(193,185,170); }

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

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

 a { background-color: rgb(193,185,170); }

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

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

 span { border-color: rgb(193,185,170); }

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