#C8B9AD

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

Shades of Tide #C8B9AD

Tints of Tide #C8B9AD

Color information

#C8B9AD (or 0xC8B9AD) is unknown color: approx Tide. HEX triplet: C8, B9 and AD. RGB value is (200,185,173). Sum of RGB (Red+Green+Blue) = 200+185+173=558 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.84% from 558); Green value is 185 (72.66% from 255 or 33.15% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B9AD is #374652. Grayscale: #BCBCBC. Windows color (decimal): -3622483 or 11385288. OLE color: 11385288.

HSL color Cylindrical-coordinate representation of color #C8B9AD: hue angle of 26.67º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8B9AD is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB200185173-
CMYK00.080.140.22
HSL26.67º19.71%73.14%-
HSV(B)26.67º13.5%78.43%-
XYZ48.7149.9946.62-
YUV188.12119.47136.48-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.84%
GREEN value IS 185 (72.66% from 255) = 33.15%
BLUE value IS 173 (67.97% from 255) = 31.00%
R=35.84%
G=33.15%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018517300.080.140.2226.6719.7173.14
HexC8B9AD08E161b1449
Octal31027125501016263324111
Binary1100100010111001101011010100011101011011011101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B9AD; }

 p { color: rgb(200,185,173); }

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

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

 a { background-color: rgb(200,185,173); }

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

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

 span { border-color: rgb(200,185,173); }

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