#C0B0A7

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

Shades of Tide #C0B0A7

Tints of Tide #C0B0A7

Color information

#C0B0A7 (or 0xC0B0A7) is unknown color: approx Tide. HEX triplet: C0, B0 and A7. RGB value is (192,176,167). Sum of RGB (Red+Green+Blue) = 192+176+167=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 167 (65.62% from 255 or 31.21% from 535); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B0A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B0A7 is #3F4F58. Grayscale: #B3B3B3. Windows color (decimal): -4149081 or 10989760. OLE color: 10989760.

HSL color Cylindrical-coordinate representation of color #C0B0A7: hue angle of 21.6º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0B0A7 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB192176167-
CMYK00.080.130.25
HSL21.6º16.56%70.39%-
HSV(B)21.6º13.02%75.29%-
XYZ44.2445.0542.92-
YUV179.76120.8136.73-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.89%
GREEN value IS 176 (69.14% from 255) = 32.90%
BLUE value IS 167 (65.62% from 255) = 31.21%
R=35.89%
G=32.90%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217616700.080.130.2521.616.5670.39
HexC0B0A708D19161146
Octal30026024701015312621106
Binary1100000010110000101001110100011011100110110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B0A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B0A7; }

 p { color: rgb(192,176,167); }

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

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

 a { background-color: rgb(192,176,167); }

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

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

 span { border-color: rgb(192,176,167); }

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