#C6B2A7

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

Shades of Tide #C6B2A7

Tints of Tide #C6B2A7

Color information

#C6B2A7 (or 0xC6B2A7) is unknown color: approx Tide. HEX triplet: C6, B2 and A7. RGB value is (198,178,167). Sum of RGB (Red+Green+Blue) = 198+178+167=543 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.46% from 543); Green value is 178 (69.92% from 255 or 32.78% from 543); Blue value is 167 (65.62% from 255 or 30.76% from 543); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B2A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6B2A7 is #394D58. Grayscale: #B6B6B6. Windows color (decimal): -3755353 or 10990278. OLE color: 10990278.

HSL color Cylindrical-coordinate representation of color #C6B2A7: hue angle of 21.29º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6B2A7 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB198178167-
CMYK00.100.160.22
HSL21.29º21.38%71.57%-
HSV(B)21.29º15.66%77.65%-
XYZ46.1846.6443.13-
YUV182.73119.13138.89-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.46%
GREEN value IS 178 (69.92% from 255) = 32.78%
BLUE value IS 167 (65.62% from 255) = 30.76%
R=36.46%
G=32.78%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817816700.100.160.2221.2921.3871.57
HexC6B2A70A1016151548
Octal30626224701220262525110
Binary11000110101100101010011101010100001011010101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B2A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B2A7; }

 p { color: rgb(198,178,167); }

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

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

 a { background-color: rgb(198,178,167); }

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

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

 span { border-color: rgb(198,178,167); }

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