#C0C6B5

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

Shades of Tasman #C0C6B5

Tints of Tasman #C0C6B5

Color information

#C0C6B5 (or 0xC0C6B5) is unknown color: approx Tasman. HEX triplet: C0, C6 and B5. RGB value is (192,198,181). Sum of RGB (Red+Green+Blue) = 192+198+181=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 198 (77.73% from 255 or 34.68% from 571); Blue value is 181 (71.09% from 255 or 31.70% from 571); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C6B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C6B5 is #3F394A. Grayscale: #C2C2C2. Windows color (decimal): -4143435 or 11912896. OLE color: 11912896.

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

Color convert

RGB192198181-
CMYK0.0300.090.22
HSL81.18º12.98%74.31%-
HSV(B)81.18º8.59%77.65%-
XYZ50.2754.9351.67-
YUV194.27120.51126.38-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.63%
GREEN value IS 198 (77.73% from 255) = 34.68%
BLUE value IS 181 (71.09% from 255) = 31.70%
R=33.63%
G=34.68%
B=31.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1921981810.0300.090.2281.1812.9874.31
HexC0C6B53091651d4a
Octal30030626530112612115112
Binary110000001100011010110101110100110110101000111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C6B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C6B5; }

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

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

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

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

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

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

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

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