#C1BAAA

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

Shades of Cotton Seed #C1BAAA

Tints of Cotton Seed #C1BAAA

Color information

#C1BAAA (or 0xC1BAAA) is unknown color: approx Cotton Seed. HEX triplet: C1, BA and AA. RGB value is (193,186,170). Sum of RGB (Red+Green+Blue) = 193+186+170=549 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.15% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BAAA is #3E4555. Grayscale: #BABABA. Windows color (decimal): -4080982 or 11188929. OLE color: 11188929.

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

Color convert

RGB193186170-
CMYK00.040.120.24
HSL41.74º15.65%71.18%-
HSV(B)41.74º11.92%75.69%-
XYZ46.8149.3645.09-
YUV186.27118.82132.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.15%
GREEN value IS 186 (73.05% from 255) = 33.88%
BLUE value IS 170 (66.80% from 255) = 30.97%
R=35.15%
G=33.88%
B=30.97%

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
Decimal19318617000.040.120.2441.7415.6571.18
HexC1BAAA04C182a1047
Octal3012722520414305220107
Binary1100000110111010101010100100110011000101010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BAAA; }

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

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

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

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

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

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

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

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