#C1B5AE

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

Shades of Tide #C1B5AE

Tints of Tide #C1B5AE

Color information

#C1B5AE (or 0xC1B5AE) is unknown color: approx Tide. HEX triplet: C1, B5 and AE. RGB value is (193,181,174). Sum of RGB (Red+Green+Blue) = 193+181+174=548 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.22% from 548); Green value is 181 (71.09% from 255 or 33.03% from 548); Blue value is 174 (68.36% from 255 or 31.75% from 548); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B5AE is #3E4A51. Grayscale: #B7B7B7. Windows color (decimal): -4082258 or 11449793. OLE color: 11449793.

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

Color convert

RGB193181174-
CMYK00.060.100.24
HSL22.11º13.29%71.96%-
HSV(B)22.11º9.84%75.69%-
XYZ46.1647.4446.77-
YUV183.79122.48134.57-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.22%
GREEN value IS 181 (71.09% from 255) = 33.03%
BLUE value IS 174 (68.36% from 255) = 31.75%
R=35.22%
G=33.03%
B=31.75%

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
Decimal19318117400.060.100.2422.1113.2971.96
HexC1B5AE06A1816d48
Octal3012652560612302615110
Binary11000001101101011010111001101010110001011011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B5AE; }

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

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

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

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

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

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

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

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