#C7B9AF

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

Shades of Tide #C7B9AF

Tints of Tide #C7B9AF

Color information

#C7B9AF (or 0xC7B9AF) is unknown color: approx Tide. HEX triplet: C7, B9 and AF. RGB value is (199,185,175). Sum of RGB (Red+Green+Blue) = 199+185+175=559 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.60% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 175 (68.75% from 255 or 31.31% from 559); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B9AF is #384650. Grayscale: #BCBCBC. Windows color (decimal): -3688017 or 11516359. OLE color: 11516359.

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

Color convert

RGB199185175-
CMYK00.070.120.22
HSL25º17.65%73.33%-
HSV(B)25º12.06%78.04%-
XYZ48.6449.9447.63-
YUV188.05120.64135.81-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.60%
GREEN value IS 185 (72.66% from 255) = 33.09%
BLUE value IS 175 (68.75% from 255) = 31.31%
R=35.60%
G=33.09%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918517500.070.120.222517.6573.33
HexC7B9AF07C16191249
Octal3072712570714263122111
Binary110001111011100110101111011111001011011001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B9AF; }

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

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

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

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

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

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

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

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