#C1BAAB

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

Shades of Cotton Seed #C1BAAB

Tints of Cotton Seed #C1BAAB

Color information

#C1BAAB (or 0xC1BAAB) is unknown color: approx Cotton Seed. HEX triplet: C1, BA and AB. RGB value is (193,186,171). Sum of RGB (Red+Green+Blue) = 193+186+171=550 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.09% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BAAB is #3E4554. Grayscale: #BABABA. Windows color (decimal): -4080981 or 11254465. OLE color: 11254465.

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

Color convert

RGB193186171-
CMYK00.040.110.24
HSL40.91º15.07%71.37%-
HSV(B)40.91º11.4%75.69%-
XYZ46.949.445.59-
YUV186.38119.32132.72-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.09%
GREEN value IS 186 (73.05% from 255) = 33.82%
BLUE value IS 171 (67.19% from 255) = 31.09%
R=35.09%
G=33.82%
B=31.09%

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
Decimal19318617100.040.110.2440.9115.0771.37
HexC1BAAB04B1829f47
Octal3012722530413305117107
Binary110000011011101010101011010010111100010100111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BAAB; }

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

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

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

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

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

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

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

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