#C0B9AC

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

Shades of Cotton Seed #C0B9AC

Tints of Cotton Seed #C0B9AC

Color information

#C0B9AC (or 0xC0B9AC) is unknown color: approx Cotton Seed. HEX triplet: C0, B9 and AC. RGB value is (192,185,172). Sum of RGB (Red+Green+Blue) = 192+185+172=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 185 (72.66% from 255 or 33.70% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B9AC is #3F4653. Grayscale: #B9B9B9. Windows color (decimal): -4146772 or 11319744. OLE color: 11319744.

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

Color convert

RGB192185172-
CMYK00.040.100.25
HSL39º13.7%71.37%-
HSV(B)39º10.42%75.29%-
XYZ46.5348.8846.01-
YUV185.61120.32132.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.97%
GREEN value IS 185 (72.66% from 255) = 33.70%
BLUE value IS 172 (67.58% from 255) = 31.33%
R=34.97%
G=33.70%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218517200.040.100.253913.771.37
HexC0B9AC04A1927e47
Octal3002712540412314716107
Binary110000001011100110101100010010101100110011111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B9AC; }

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

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

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

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

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

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

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

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