#C1B4AE

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

Shades of Tide #C1B4AE

Tints of Tide #C1B4AE

Color information

#C1B4AE (or 0xC1B4AE) is unknown color: approx Tide. HEX triplet: C1, B4 and AE. RGB value is (193,180,174). Sum of RGB (Red+Green+Blue) = 193+180+174=547 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.28% from 547); Green value is 180 (70.70% from 255 or 32.91% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B4AE is #3E4B51. Grayscale: #B7B7B7. Windows color (decimal): -4082514 or 11449537. OLE color: 11449537.

HSL color Cylindrical-coordinate representation of color #C1B4AE: hue angle of 18.95º 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 #C1B4AE is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB193180174-
CMYK00.070.100.24
HSL18.95º13.29%71.96%-
HSV(B)18.95º9.84%75.69%-
XYZ45.9547.0446.7-
YUV183.2122.81134.99-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.28%
GREEN value IS 180 (70.70% from 255) = 32.91%
BLUE value IS 174 (68.36% from 255) = 31.81%
R=35.28%
G=32.91%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318017400.070.100.2418.9513.2971.96
HexC1B4AE07A1813d48
Octal3012642560712302315110
Binary11000001101101001010111001111010110001001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B4AE; }

 p { color: rgb(193,180,174); }

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

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

 a { background-color: rgb(193,180,174); }

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

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

 span { border-color: rgb(193,180,174); }

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