#C1B7AE

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

Shades of Tide #C1B7AE

Tints of Tide #C1B7AE

Color information

#C1B7AE (or 0xC1B7AE) is unknown color: approx Tide. HEX triplet: C1, B7 and AE. RGB value is (193,183,174). Sum of RGB (Red+Green+Blue) = 193+183+174=550 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.09% from 550); Green value is 183 (71.88% from 255 or 33.27% from 550); Blue value is 174 (68.36% from 255 or 31.64% from 550); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B7AE is #3E4851. Grayscale: #B9B9B9. Windows color (decimal): -4081746 or 11450305. OLE color: 11450305.

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

Color convert

RGB193183174-
CMYK00.050.100.24
HSL28.42º13.29%71.96%-
HSV(B)28.42º9.84%75.69%-
XYZ46.5748.2646.91-
YUV184.96121.81133.73-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.09%
GREEN value IS 183 (71.88% from 255) = 33.27%
BLUE value IS 174 (68.36% from 255) = 31.64%
R=35.09%
G=33.27%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318317400.050.100.2428.4213.2971.96
HexC1B7AE05A181cd48
Octal3012672560512303415110
Binary11000001101101111010111001011010110001110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B7AE; }

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

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

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

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

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

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

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

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