#C4B4AA

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

Shades of Tide #C4B4AA

Tints of Tide #C4B4AA

Color information

#C4B4AA (or 0xC4B4AA) is unknown color: approx Tide. HEX triplet: C4, B4 and AA. RGB value is (196,180,170). Sum of RGB (Red+Green+Blue) = 196+180+170=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 180 (70.70% from 255 or 32.97% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B4AA is #3B4B55. Grayscale: #B7B7B7. Windows color (decimal): -3885910 or 11187396. OLE color: 11187396.

HSL color Cylindrical-coordinate representation of color #C4B4AA: hue angle of 23.08º degrees, saturation: 0.18, 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 #C4B4AA is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB196180170-
CMYK00.080.130.23
HSL23.08º18.06%71.76%-
HSV(B)23.08º13.27%76.86%-
XYZ46.3447.2844.71-
YUV183.64120.3136.81-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.90%
GREEN value IS 180 (70.70% from 255) = 32.97%
BLUE value IS 170 (66.80% from 255) = 31.14%
R=35.90%
G=32.97%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618017000.080.130.2323.0818.0671.76
HexC4B4AA08D17171248
Octal30426425201015272722110
Binary1100010010110100101010100100011011011110111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B4AA; }

 p { color: rgb(196,180,170); }

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

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

 a { background-color: rgb(196,180,170); }

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

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

 span { border-color: rgb(196,180,170); }

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