#C2B7B0

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

Shades of Tide #C2B7B0

Tints of Tide #C2B7B0

Color information

#C2B7B0 (or 0xC2B7B0) is unknown color: approx Tide. HEX triplet: C2, B7 and B0. RGB value is (194,183,176). Sum of RGB (Red+Green+Blue) = 194+183+176=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 183 (71.88% from 255 or 33.09% from 553); Blue value is 176 (69.14% from 255 or 31.83% from 553); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B7B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B7B0 is #3D484F. Grayscale: #B9B9B9. Windows color (decimal): -4016208 or 11581378. OLE color: 11581378.

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

Color convert

RGB194183176-
CMYK00.060.090.24
HSL23.33º12.86%72.55%-
HSV(B)23.33º9.28%76.08%-
XYZ47.0248.4747.95-
YUV185.49122.64134.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.08%
GREEN value IS 183 (71.88% from 255) = 33.09%
BLUE value IS 176 (69.14% from 255) = 31.83%
R=35.08%
G=33.09%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418317600.060.090.2423.3312.8672.55
HexC2B7B00691817d49
Octal3022672600611302715111
Binary11000010101101111011000001101001110001011111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B7B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B7B0; }

 p { color: rgb(194,183,176); }

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

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

 a { background-color: rgb(194,183,176); }

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

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

 span { border-color: rgb(194,183,176); }

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