#C7BBAF

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

Shades of Tide #C7BBAF

Tints of Tide #C7BBAF

Color information

#C7BBAF (or 0xC7BBAF) is unknown color: approx Tide. HEX triplet: C7, BB and AF. RGB value is (199,187,175). Sum of RGB (Red+Green+Blue) = 199+187+175=561 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.47% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BBAF is #384450. Grayscale: #BDBDBD. Windows color (decimal): -3687505 or 11516871. OLE color: 11516871.

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

Color convert

RGB199187175-
CMYK00.060.120.22
HSL30º17.65%73.33%-
HSV(B)30º12.06%78.04%-
XYZ49.0650.7847.77-
YUV189.22119.98134.98-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.47%
GREEN value IS 187 (73.44% from 255) = 33.33%
BLUE value IS 175 (68.75% from 255) = 31.19%
R=35.47%
G=33.33%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918717500.060.120.223017.6573.33
HexC7BBAF06C161e1249
Octal3072732570614263622111
Binary110001111011101110101111011011001011011110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BBAF; }

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

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

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

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

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

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

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

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