#C0C3B7

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

Shades of Harp #C0C3B7

Tints of Harp #C0C3B7

Color information

#C0C3B7 (or 0xC0C3B7) is unknown color: approx Harp. HEX triplet: C0, C3 and B7. RGB value is (192,195,183). Sum of RGB (Red+Green+Blue) = 192+195+183=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 183 (71.88% from 255 or 32.11% from 570); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C3B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C3B7 is #3F3C48. Grayscale: #C0C0C0. Windows color (decimal): -4144201 or 12043200. OLE color: 12043200.

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

Color convert

RGB192195183-
CMYK0.0200.060.24
HSL75º9.09%74.12%-
HSV(B)75º6.15%76.47%-
XYZ49.853.6652.53-
YUV192.74122.51127.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.68%
GREEN value IS 195 (76.56% from 255) = 34.21%
BLUE value IS 183 (71.88% from 255) = 32.11%
R=33.68%
G=34.21%
B=32.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921951830.0200.060.24759.0974.12
HexC0C3B7206184b94a
Octal3003032672063011311112
Binary11000000110000111011011110011011000100101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C3B7; }

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

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

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

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

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

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

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

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