#C0C3BA

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

Shades of Tasman #C0C3BA

Tints of Tasman #C0C3BA

Color information

#C0C3BA (or 0xC0C3BA) is unknown color: approx Tasman. HEX triplet: C0, C3 and BA. RGB value is (192,195,186). Sum of RGB (Red+Green+Blue) = 192+195+186=573 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.51% from 573); Green value is 195 (76.56% from 255 or 34.03% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C3BA is #3F3C45. Grayscale: #C1C1C1. Windows color (decimal): -4144198 or 12239808. OLE color: 12239808.

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

Color convert

RGB192195186-
CMYK0.0200.050.24
HSL80º6.98%74.71%-
HSV(B)80º4.62%76.47%-
XYZ50.1253.7854.19-
YUV193.08124.01127.23-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.51%
GREEN value IS 195 (76.56% from 255) = 34.03%
BLUE value IS 186 (73.05% from 255) = 32.46%
R=33.51%
G=34.03%
B=32.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921951860.0200.050.24806.9874.71
HexC0C3BA205185074b
Octal300303272205301207113
Binary1100000011000011101110101001011100010100001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C3BA; }

 p { color: rgb(192,195,186); }

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

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

 a { background-color: rgb(192,195,186); }

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

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

 span { border-color: rgb(192,195,186); }

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