#C7B8AC

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

Shades of Tide #C7B8AC

Tints of Tide #C7B8AC

Color information

#C7B8AC (or 0xC7B8AC) is unknown color: approx Tide. HEX triplet: C7, B8 and AC. RGB value is (199,184,172). Sum of RGB (Red+Green+Blue) = 199+184+172=555 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.86% from 555); Green value is 184 (72.27% from 255 or 33.15% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B8AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B8AC is #384753. Grayscale: #BBBBBB. Windows color (decimal): -3688276 or 11319495. OLE color: 11319495.

HSL color Cylindrical-coordinate representation of color #C7B8AC: hue angle of 26.67º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7B8AC is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB199184172-
CMYK00.080.140.22
HSL26.67º19.42%72.75%-
HSV(B)26.67º13.57%78.04%-
XYZ48.1449.446.03-
YUV187.12119.47136.48-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.86%
GREEN value IS 184 (72.27% from 255) = 33.15%
BLUE value IS 172 (67.58% from 255) = 30.99%
R=35.86%
G=33.15%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918417200.080.140.2226.6719.4272.75
HexC7B8AC08E161b1349
Octal30727025401016263323111
Binary1100011110111000101011000100011101011011011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B8AC; }

 p { color: rgb(199,184,172); }

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

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

 a { background-color: rgb(199,184,172); }

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

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

 span { border-color: rgb(199,184,172); }

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