#C8B5A7

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

Shades of Tide #C8B5A7

Tints of Tide #C8B5A7

Color information

#C8B5A7 (or 0xC8B5A7) is unknown color: approx Tide. HEX triplet: C8, B5 and A7. RGB value is (200,181,167). Sum of RGB (Red+Green+Blue) = 200+181+167=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 181 (71.09% from 255 or 33.03% from 548); Blue value is 167 (65.62% from 255 or 30.47% from 548); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B5A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B5A7 is #374A58. Grayscale: #B9B9B9. Windows color (decimal): -3623513 or 10991048. OLE color: 10991048.

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

Color convert

RGB200181167-
CMYK00.090.160.22
HSL25.45º23.08%71.96%-
HSV(B)25.45º16.5%78.43%-
XYZ47.3248.1243.35-
YUV185.08117.79138.64-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.50%
GREEN value IS 181 (71.09% from 255) = 33.03%
BLUE value IS 167 (65.62% from 255) = 30.47%
R=36.50%
G=33.03%
B=30.47%

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
Decimal20018116700.090.160.2225.4523.0871.96
HexC8B5A7091016191748
Octal31026524701120263127110
Binary11001000101101011010011101001100001011011001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B5A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B5A7; }

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

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

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

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

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

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

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

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