#C0C1BC

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

Shades of Harp #C0C1BC

Tints of Harp #C0C1BC

Color information

#C0C1BC (or 0xC0C1BC) is unknown color: approx Harp. HEX triplet: C0, C1 and BC. RGB value is (192,193,188). Sum of RGB (Red+Green+Blue) = 192+193+188=573 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.51% from 573); Green value is 193 (75.78% from 255 or 33.68% from 573); Blue value is 188 (73.83% from 255 or 32.81% from 573); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C1BC is #3F3E43. Grayscale: #C0C0C0. Windows color (decimal): -4144708 or 12370368. OLE color: 12370368.

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

Color convert

RGB192193188-
CMYK0.0100.030.24
HSL72º3.88%74.71%-
HSV(B)72º2.59%75.69%-
XYZ49.8952.9855.17-
YUV192.13125.67127.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.51%
GREEN value IS 193 (75.78% from 255) = 33.68%
BLUE value IS 188 (73.83% from 255) = 32.81%
R=33.51%
G=33.68%
B=32.81%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921931880.0100.030.24723.8874.71
HexC0C1BC103184844b
Octal300301274103301104113
Binary11000000110000011011110010111100010010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C1BC; }

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

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

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

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

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

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

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

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