#C4B6AB

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

Shades of Tide #C4B6AB

Tints of Tide #C4B6AB

Color information

#C4B6AB (or 0xC4B6AB) is unknown color: approx Tide. HEX triplet: C4, B6 and AB. RGB value is (196,182,171). Sum of RGB (Red+Green+Blue) = 196+182+171=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 182 (71.48% from 255 or 33.15% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B6AB is #3B4954. Grayscale: #B8B8B8. Windows color (decimal): -3885397 or 11253444. OLE color: 11253444.

HSL color Cylindrical-coordinate representation of color #C4B6AB: hue angle of 26.4º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4B6AB is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB196182171-
CMYK00.070.130.23
HSL26.4º17.48%71.96%-
HSV(B)26.4º12.76%76.86%-
XYZ46.8448.1345.35-
YUV184.93120.14135.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.70%
GREEN value IS 182 (71.48% from 255) = 33.15%
BLUE value IS 171 (67.19% from 255) = 31.15%
R=35.70%
G=33.15%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618217100.070.130.2326.417.4871.96
HexC4B6AB07D171a1148
Octal3042662530715273221110
Binary110001001011011010101011011111011011111010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B6AB; }

 p { color: rgb(196,182,171); }

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

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

 a { background-color: rgb(196,182,171); }

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

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

 span { border-color: rgb(196,182,171); }

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