#C7B9AC

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

Shades of Tide #C7B9AC

Tints of Tide #C7B9AC

Color information

#C7B9AC (or 0xC7B9AC) is unknown color: approx Tide. HEX triplet: C7, B9 and AC. RGB value is (199,185,172). Sum of RGB (Red+Green+Blue) = 199+185+172=556 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.79% from 556); Green value is 185 (72.66% from 255 or 33.27% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B9AC is #384653. Grayscale: #BBBBBB. Windows color (decimal): -3688020 or 11319751. OLE color: 11319751.

HSL color Cylindrical-coordinate representation of color #C7B9AC: hue angle of 28.89º 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 #C7B9AC is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB199185172-
CMYK00.070.140.22
HSL28.89º19.42%72.75%-
HSV(B)28.89º13.57%78.04%-
XYZ48.3549.8246.1-
YUV187.7119.14136.06-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.79%
GREEN value IS 185 (72.66% from 255) = 33.27%
BLUE value IS 172 (67.58% from 255) = 30.94%
R=35.79%
G=33.27%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918517200.070.140.2228.8919.4272.75
HexC7B9AC07E161d1349
Octal3072712540716263523111
Binary110001111011100110101100011111101011011101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B9AC; }

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

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

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

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

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

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

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

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