#C0B4AF

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

Shades of Tide #C0B4AF

Tints of Tide #C0B4AF

Color information

#C0B4AF (or 0xC0B4AF) is unknown color: approx Tide. HEX triplet: C0, B4 and AF. RGB value is (192,180,175). Sum of RGB (Red+Green+Blue) = 192+180+175=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 180 (70.70% from 255 or 32.91% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B4AF is #3F4B50. Grayscale: #B7B7B7. Windows color (decimal): -4148049 or 11515072. OLE color: 11515072.

HSL color Cylindrical-coordinate representation of color #C0B4AF: hue angle of 17.65º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0B4AF is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB192180175-
CMYK00.060.090.25
HSL17.65º11.89%71.96%-
HSV(B)17.65º8.85%75.29%-
XYZ45.846.9447.2-
YUV183.02123.48134.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.10%
GREEN value IS 180 (70.70% from 255) = 32.91%
BLUE value IS 175 (68.75% from 255) = 31.99%
R=35.10%
G=32.91%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218017500.060.090.2517.6511.8971.96
HexC0B4AF0691912c48
Octal3002642570611312214110
Binary11000000101101001010111101101001110011001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B4AF; }

 p { color: rgb(192,180,175); }

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

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

 a { background-color: rgb(192,180,175); }

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

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

 span { border-color: rgb(192,180,175); }

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