#C0C1BE

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

Shades of Tasman #C0C1BE

Tints of Tasman #C0C1BE

Color information

#C0C1BE (or 0xC0C1BE) is unknown color: approx Tasman. HEX triplet: C0, C1 and BE. RGB value is (192,193,190). Sum of RGB (Red+Green+Blue) = 192+193+190=575 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.39% from 575); Green value is 193 (75.78% from 255 or 33.57% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C1BE is #3F3E41. Grayscale: #C0C0C0. Windows color (decimal): -4144706 or 12501440. OLE color: 12501440.

HSL color Cylindrical-coordinate representation of color #C0C1BE: hue angle of 80º degrees, saturation: 0.02, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C0C1BE is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB192193190-
CMYK0.0100.020.24
HSL80º2.36%75.1%-
HSV(B)80º1.55%75.69%-
XYZ50.153.0656.32-
YUV192.36126.67127.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.39%
GREEN value IS 193 (75.78% from 255) = 33.57%
BLUE value IS 190 (74.61% from 255) = 33.04%
R=33.39%
G=33.57%
B=33.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921931900.0100.020.24802.3675.1
HexC0C1BE102185024b
Octal300301276102301202113
Binary1100000011000001101111101010110001010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C1BE; }

 p { color: rgb(192,193,190); }

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

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

 a { background-color: rgb(192,193,190); }

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

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

 span { border-color: rgb(192,193,190); }

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