#C2C3BB

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

Shades of Harp #C2C3BB

Tints of Harp #C2C3BB

Color information

#C2C3BB (or 0xC2C3BB) is unknown color: approx Harp. HEX triplet: C2, C3 and BB. RGB value is (194,195,187). Sum of RGB (Red+Green+Blue) = 194+195+187=576 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.68% from 576); Green value is 195 (76.56% from 255 or 33.85% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C3BB is #3D3C44. Grayscale: #C1C1C1. Windows color (decimal): -4013125 or 12305346. OLE color: 12305346.

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

Color convert

RGB194195187-
CMYK0.0100.040.24
HSL67.5º6.25%74.9%-
HSV(B)67.5º4.1%76.47%-
XYZ50.7354.0954.78-
YUV193.79124.17128.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.68%
GREEN value IS 195 (76.56% from 255) = 33.85%
BLUE value IS 187 (73.44% from 255) = 32.47%
R=33.68%
G=33.85%
B=32.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941951870.0100.040.2467.56.2574.9
HexC2C3BB104184464b
Octal302303273104301046113
Binary110000101100001110111011101001100010001001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C3BB; }

 p { color: rgb(194,195,187); }

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

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

 a { background-color: rgb(194,195,187); }

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

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

 span { border-color: rgb(194,195,187); }

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