#C1C3BA

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

Shades of Harp #C1C3BA

Tints of Harp #C1C3BA

Color information

#C1C3BA (or 0xC1C3BA) is unknown color: approx Harp. HEX triplet: C1, C3 and BA. RGB value is (193,195,186). Sum of RGB (Red+Green+Blue) = 193+195+186=574 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.62% from 574); Green value is 195 (76.56% from 255 or 33.97% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 195 - color contains mainly: green. Hex color #C1C3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1C3BA is #3E3C45. Grayscale: #C1C1C1. Windows color (decimal): -4078662 or 12239809. OLE color: 12239809.

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

Color convert

RGB193195186-
CMYK0.0100.050.24
HSL73.33º6.98%74.71%-
HSV(B)73.33º4.62%76.47%-
XYZ50.3753.9154.21-
YUV193.38123.84127.73-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.62%
GREEN value IS 195 (76.56% from 255) = 33.97%
BLUE value IS 186 (73.05% from 255) = 32.40%
R=33.62%
G=33.97%
B=32.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931951860.0100.050.2473.336.9874.71
HexC1C3BA105184974b
Octal301303272105301117113
Binary110000011100001110111010101011100010010011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C3BA; }

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

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

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

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

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

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

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

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