#C0BAAC

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

Shades of Cotton Seed #C0BAAC

Tints of Cotton Seed #C0BAAC

Color information

#C0BAAC (or 0xC0BAAC) is unknown color: approx Cotton Seed. HEX triplet: C0, BA and AC. RGB value is (192,186,172). Sum of RGB (Red+Green+Blue) = 192+186+172=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BAAC is #3F4553. Grayscale: #BABABA. Windows color (decimal): -4146516 or 11320000. OLE color: 11320000.

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

Color convert

RGB192186172-
CMYK00.030.100.25
HSL42º13.7%71.37%-
HSV(B)42º10.42%75.29%-
XYZ46.7449.346.08-
YUV186.2119.99132.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.91%
GREEN value IS 186 (73.05% from 255) = 33.82%
BLUE value IS 172 (67.58% from 255) = 31.27%
R=34.91%
G=33.82%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218617200.030.100.254213.771.37
HexC0BAAC03A192ae47
Octal3002722540312315216107
Binary11000000101110101010110001110101100110101011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BAAC; }

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

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

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

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

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

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

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

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