#C0BAAA

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

Shades of Cotton Seed #C0BAAA

Tints of Cotton Seed #C0BAAA

Color information

#C0BAAA (or 0xC0BAAA) is unknown color: approx Cotton Seed. HEX triplet: C0, BA and AA. RGB value is (192,186,170). Sum of RGB (Red+Green+Blue) = 192+186+170=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 186 (73.05% from 255 or 33.94% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BAAA is #3F4555. Grayscale: #BABABA. Windows color (decimal): -4146518 or 11188928. OLE color: 11188928.

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

Color convert

RGB192186170-
CMYK00.030.110.25
HSL43.64º14.86%70.98%-
HSV(B)43.64º11.46%75.29%-
XYZ46.5549.2345.08-
YUV185.97118.99132.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.04%
GREEN value IS 186 (73.05% from 255) = 33.94%
BLUE value IS 170 (66.80% from 255) = 31.02%
R=35.04%
G=33.94%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218617000.030.110.2543.6414.8670.98
HexC0BAAA03B192cf47
Octal3002722520313315417107
Binary11000000101110101010101001110111100110110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BAAA; }

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

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

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

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

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

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

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

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