#C0B1AA

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

Shades of Tide #C0B1AA

Tints of Tide #C0B1AA

Color information

#C0B1AA (or 0xC0B1AA) is unknown color: approx Tide. HEX triplet: C0, B1 and AA. RGB value is (192,177,170). Sum of RGB (Red+Green+Blue) = 192+177+170=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B1AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B1AA is #3F4E55. Grayscale: #B4B4B4. Windows color (decimal): -4148822 or 11186624. OLE color: 11186624.

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

Color convert

RGB192177170-
CMYK00.080.110.25
HSL19.09º14.86%70.98%-
HSV(B)19.09º11.46%75.29%-
XYZ44.7245.5544.47-
YUV180.69121.97136.07-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.62%
GREEN value IS 177 (69.53% from 255) = 32.84%
BLUE value IS 170 (66.80% from 255) = 31.54%
R=35.62%
G=32.84%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217717000.080.110.2519.0914.8670.98
HexC0B1AA08B1913f47
Octal30026125201013312317107
Binary110000001011000110101010010001011110011001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B1AA; }

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

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

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

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

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

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

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

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