#C0B5AF

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

Shades of Tide #C0B5AF

Tints of Tide #C0B5AF

Color information

#C0B5AF (or 0xC0B5AF) is unknown color: approx Tide. HEX triplet: C0, B5 and AF. RGB value is (192,181,175). Sum of RGB (Red+Green+Blue) = 192+181+175=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 181 (71.09% from 255 or 33.03% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B5AF is #3F4A50. Grayscale: #B7B7B7. Windows color (decimal): -4147793 or 11515328. OLE color: 11515328.

HSL color Cylindrical-coordinate representation of color #C0B5AF: hue angle of 21.18º degrees, saturation: 0.12, 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 #C0B5AF is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB192181175-
CMYK00.060.090.25
HSL21.18º11.89%71.96%-
HSV(B)21.18º8.85%75.29%-
XYZ4647.3547.27-
YUV183.6123.14133.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.04%
GREEN value IS 181 (71.09% from 255) = 33.03%
BLUE value IS 175 (68.75% from 255) = 31.93%
R=35.04%
G=33.03%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218117500.060.090.2521.1811.8971.96
HexC0B5AF0691915c48
Octal3002652570611312514110
Binary11000000101101011010111101101001110011010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B5AF; }

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

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

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

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

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

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

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

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