#C2B6AF

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

Shades of Tide #C2B6AF

Tints of Tide #C2B6AF

Color information

#C2B6AF (or 0xC2B6AF) is unknown color: approx Tide. HEX triplet: C2, B6 and AF. RGB value is (194,182,175). Sum of RGB (Red+Green+Blue) = 194+182+175=551 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.21% from 551); Green value is 182 (71.48% from 255 or 33.03% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B6AF is #3D4950. Grayscale: #B8B8B8. Windows color (decimal): -4016465 or 11515586. OLE color: 11515586.

HSL color Cylindrical-coordinate representation of color #C2B6AF: hue angle of 22.11º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2B6AF is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB194182175-
CMYK00.060.100.24
HSL22.11º13.48%72.35%-
HSV(B)22.11º9.79%76.08%-
XYZ46.7148.0247.36-
YUV184.79122.48134.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.21%
GREEN value IS 182 (71.48% from 255) = 33.03%
BLUE value IS 175 (68.75% from 255) = 31.76%
R=35.21%
G=33.03%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418217500.060.100.2422.1113.4872.35
HexC2B6AF06A1816d48
Octal3022662570612302615110
Binary11000010101101101010111101101010110001011011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B6AF; }

 p { color: rgb(194,182,175); }

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

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

 a { background-color: rgb(194,182,175); }

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

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

 span { border-color: rgb(194,182,175); }

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