#C0B6AE

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

Shades of Tide #C0B6AE

Tints of Tide #C0B6AE

Color information

#C0B6AE (or 0xC0B6AE) is unknown color: approx Tide. HEX triplet: C0, B6 and AE. RGB value is (192,182,174). Sum of RGB (Red+Green+Blue) = 192+182+174=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 182 (71.48% from 255 or 33.21% from 548); Blue value is 174 (68.36% from 255 or 31.75% from 548); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B6AE is #3F4951. Grayscale: #B8B8B8. Windows color (decimal): -4147538 or 11450048. OLE color: 11450048.

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

Color convert

RGB192182174-
CMYK00.050.090.25
HSL26.67º12.5%71.76%-
HSV(B)26.67º9.38%75.29%-
XYZ46.1147.7246.82-
YUV184.08122.31133.65-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.04%
GREEN value IS 182 (71.48% from 255) = 33.21%
BLUE value IS 174 (68.36% from 255) = 31.75%
R=35.04%
G=33.21%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218217400.050.090.2526.6712.571.76
HexC0B6AE059191bd48
Octal3002662560511313315110
Binary11000000101101101010111001011001110011101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B6AE; }

 p { color: rgb(192,182,174); }

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

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

 a { background-color: rgb(192,182,174); }

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

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

 span { border-color: rgb(192,182,174); }

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