#C1B7AA

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

Shades of Tide #C1B7AA

Tints of Tide #C1B7AA

Color information

#C1B7AA (or 0xC1B7AA) is unknown color: approx Tide. HEX triplet: C1, B7 and AA. RGB value is (193,183,170). Sum of RGB (Red+Green+Blue) = 193+183+170=546 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.35% from 546); Green value is 183 (71.88% from 255 or 33.52% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B7AA is #3E4855. Grayscale: #B8B8B8. Windows color (decimal): -4081750 or 11188161. OLE color: 11188161.

HSL color Cylindrical-coordinate representation of color #C1B7AA: hue angle of 33.91º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1B7AA is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB193183170-
CMYK00.050.120.24
HSL33.91º15.65%71.18%-
HSV(B)33.91º11.92%75.69%-
XYZ46.1848.1144.88-
YUV184.51119.81134.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.35%
GREEN value IS 183 (71.88% from 255) = 33.52%
BLUE value IS 170 (66.80% from 255) = 31.14%
R=35.35%
G=33.52%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318317000.050.120.2433.9115.6571.18
HexC1B7AA05C18221047
Octal3012672520514304220107
Binary1100000110110111101010100101110011000100010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B7AA; }

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

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

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

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

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

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

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

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