#C8BAAD

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

Shades of Tide #C8BAAD

Tints of Tide #C8BAAD

Color information

#C8BAAD (or 0xC8BAAD) is unknown color: approx Tide. HEX triplet: C8, BA and AD. RGB value is (200,186,173). Sum of RGB (Red+Green+Blue) = 200+186+173=559 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.78% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BAAD is #374552. Grayscale: #BCBCBC. Windows color (decimal): -3622227 or 11385544. OLE color: 11385544.

HSL color Cylindrical-coordinate representation of color #C8BAAD: hue angle of 28.89º 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 #C8BAAD is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB200186173-
CMYK00.070.140.22
HSL28.89º19.71%73.14%-
HSV(B)28.89º13.5%78.43%-
XYZ48.9250.4146.69-
YUV188.7119.14136.06-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.78%
GREEN value IS 186 (73.05% from 255) = 33.27%
BLUE value IS 173 (67.97% from 255) = 30.95%
R=35.78%
G=33.27%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018617300.070.140.2228.8919.7173.14
HexC8BAAD07E161d1449
Octal3102722550716263524111
Binary110010001011101010101101011111101011011101101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BAAD; }

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

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

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

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

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

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

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

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