#C0B3AD

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

Shades of Tide #C0B3AD

Tints of Tide #C0B3AD

Color information

#C0B3AD (or 0xC0B3AD) is unknown color: approx Tide. HEX triplet: C0, B3 and AD. RGB value is (192,179,173). Sum of RGB (Red+Green+Blue) = 192+179+173=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 179 (70.31% from 255 or 32.90% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B3AD is #3F4C52. Grayscale: #B6B6B6. Windows color (decimal): -4148307 or 11383744. OLE color: 11383744.

HSL color Cylindrical-coordinate representation of color #C0B3AD: hue angle of 18.95º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0B3AD is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB192179173-
CMYK00.070.100.25
HSL18.95º13.1%71.57%-
HSV(B)18.95º9.9%75.29%-
XYZ45.446.4646.11-
YUV182.2122.81134.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.29%
GREEN value IS 179 (70.31% from 255) = 32.90%
BLUE value IS 173 (67.97% from 255) = 31.80%
R=35.29%
G=32.90%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217917300.070.100.2518.9513.171.57
HexC0B3AD07A1913d48
Octal3002632550712312315110
Binary11000000101100111010110101111010110011001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B3AD; }

 p { color: rgb(192,179,173); }

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

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

 a { background-color: rgb(192,179,173); }

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

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

 span { border-color: rgb(192,179,173); }

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