#C8BBB0

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

Shades of Tide #C8BBB0

Tints of Tide #C8BBB0

Color information

#C8BBB0 (or 0xC8BBB0) is unknown color: approx Tide. HEX triplet: C8, BB and B0. RGB value is (200,187,176). Sum of RGB (Red+Green+Blue) = 200+187+176=563 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.52% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 176 (69.14% from 255 or 31.26% from 563); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BBB0 is #37444F. Grayscale: #BDBDBD. Windows color (decimal): -3621968 or 11582408. OLE color: 11582408.

HSL color Cylindrical-coordinate representation of color #C8BBB0: hue angle of 27.5º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8BBB0 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB200187176-
CMYK00.060.120.22
HSL27.5º17.91%73.73%-
HSV(B)27.5º12%78.43%-
XYZ49.4350.9548.3-
YUV189.63120.31135.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.52%
GREEN value IS 187 (73.44% from 255) = 33.21%
BLUE value IS 176 (69.14% from 255) = 31.26%
R=35.52%
G=33.21%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018717600.060.120.2227.517.9173.73
HexC8BBB006C161c124a
Octal3102732600614263422112
Binary110010001011101110110000011011001011011100100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BBB0; }

 p { color: rgb(200,187,176); }

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

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

 a { background-color: rgb(200,187,176); }

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

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

 span { border-color: rgb(200,187,176); }

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