#C0C1BD

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

Shades of Harp #C0C1BD

Tints of Harp #C0C1BD

Color information

#C0C1BD (or 0xC0C1BD) is unknown color: approx Harp. HEX triplet: C0, C1 and BD. RGB value is (192,193,189). Sum of RGB (Red+Green+Blue) = 192+193+189=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 193 (75.78% from 255 or 33.62% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C1BD is #3F3E42. Grayscale: #C0C0C0. Windows color (decimal): -4144707 or 12435904. OLE color: 12435904.

HSL color Cylindrical-coordinate representation of color #C0C1BD: hue angle of 75º degrees, saturation: 0.03, 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 #C0C1BD is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB192193189-
CMYK0.0100.020.24
HSL75º3.13%74.9%-
HSV(B)75º2.07%75.69%-
XYZ49.9953.0255.74-
YUV192.24126.17127.83-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.45%
GREEN value IS 193 (75.78% from 255) = 33.62%
BLUE value IS 189 (74.22% from 255) = 32.93%
R=33.45%
G=33.62%
B=32.93%

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
Decimal1921931890.0100.020.24753.1374.9
HexC0C1BD102184b34b
Octal300301275102301133113
Binary1100000011000001101111011010110001001011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C1BD; }

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

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

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

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

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

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

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

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