#C0B5B0

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

Shades of Tide #C0B5B0

Tints of Tide #C0B5B0

Color information

#C0B5B0 (or 0xC0B5B0) is unknown color: approx Tide. HEX triplet: C0, B5 and B0. RGB value is (192,181,176). Sum of RGB (Red+Green+Blue) = 192+181+176=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 181 (71.09% from 255 or 32.97% from 549); Blue value is 176 (69.14% from 255 or 32.06% from 549); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B5B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B5B0 is #3F4A4F. Grayscale: #B7B7B7. Windows color (decimal): -4147792 or 11580864. OLE color: 11580864.

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

Color convert

RGB192181176-
CMYK00.060.080.25
HSL18.75º11.27%72.16%-
HSV(B)18.75º8.33%75.29%-
XYZ46.147.3947.79-
YUV183.72123.64133.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.97%
GREEN value IS 181 (71.09% from 255) = 32.97%
BLUE value IS 176 (69.14% from 255) = 32.06%
R=34.97%
G=32.97%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218117600.060.080.2518.7511.2772.16
HexC0B5B00681913b48
Octal3002652600610312313110
Binary11000000101101011011000001101000110011001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B5B0; }

 p { color: rgb(192,181,176); }

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

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

 a { background-color: rgb(192,181,176); }

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

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

 span { border-color: rgb(192,181,176); }

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