#C1BAAC

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

Shades of Cotton Seed #C1BAAC

Tints of Cotton Seed #C1BAAC

Color information

#C1BAAC (or 0xC1BAAC) is unknown color: approx Cotton Seed. HEX triplet: C1, BA and AC. RGB value is (193,186,172). Sum of RGB (Red+Green+Blue) = 193+186+172=551 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.03% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BAAC is #3E4553. Grayscale: #BABABA. Windows color (decimal): -4080980 or 11320001. OLE color: 11320001.

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

Color convert

RGB193186172-
CMYK00.040.110.24
HSL40º14.48%71.57%-
HSV(B)40º10.88%75.69%-
XYZ4749.4346.09-
YUV186.5119.82132.64-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.03%
GREEN value IS 186 (73.05% from 255) = 33.76%
BLUE value IS 172 (67.58% from 255) = 31.22%
R=35.03%
G=33.76%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318617200.040.110.244014.4871.57
HexC1BAAC04B1828e48
Octal3012722540413305016110
Binary110000011011101010101100010010111100010100011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BAAC; }

 p { color: rgb(193,186,172); }

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

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

 a { background-color: rgb(193,186,172); }

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

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

 span { border-color: rgb(193,186,172); }

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