#C8B5A9

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

Shades of Tide #C8B5A9

Tints of Tide #C8B5A9

Color information

#C8B5A9 (or 0xC8B5A9) is unknown color: approx Tide. HEX triplet: C8, B5 and A9. RGB value is (200,181,169). Sum of RGB (Red+Green+Blue) = 200+181+169=550 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.36% from 550); Green value is 181 (71.09% from 255 or 32.91% from 550); Blue value is 169 (66.41% from 255 or 30.73% from 550); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B5A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B5A9 is #374A56. Grayscale: #B9B9B9. Windows color (decimal): -3623511 or 11122120. OLE color: 11122120.

HSL color Cylindrical-coordinate representation of color #C8B5A9: hue angle of 23.23º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8B5A9 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB200181169-
CMYK00.090.160.22
HSL23.23º21.99%72.35%-
HSV(B)23.23º15.5%78.43%-
XYZ47.548.1944.33-
YUV185.31118.79138.48-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.36%
GREEN value IS 181 (71.09% from 255) = 32.91%
BLUE value IS 169 (66.41% from 255) = 30.73%
R=36.36%
G=32.91%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018116900.090.160.2223.2321.9972.35
HexC8B5A9091016171648
Octal31026525101120262726110
Binary11001000101101011010100101001100001011010111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B5A9; }

 p { color: rgb(200,181,169); }

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

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

 a { background-color: rgb(200,181,169); }

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

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

 span { border-color: rgb(200,181,169); }

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