#C2C4B8

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

Shades of Harp #C2C4B8

Tints of Harp #C2C4B8

Color information

#C2C4B8 (or 0xC2C4B8) is unknown color: approx Harp. HEX triplet: C2, C4 and B8. RGB value is (194,196,184). Sum of RGB (Red+Green+Blue) = 194+196+184=574 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.80% from 574); Green value is 196 (76.95% from 255 or 34.15% from 574); Blue value is 184 (72.27% from 255 or 32.06% from 574); Max value from RGB is 196 - color contains mainly: green. Hex color #C2C4B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C4B8 is #3D3B47. Grayscale: #C2C2C2. Windows color (decimal): -4012872 or 12108994. OLE color: 12108994.

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

Color convert

RGB194196184-
CMYK0.0100.060.23
HSL70º9.23%74.51%-
HSV(B)70º6.12%76.86%-
XYZ50.6454.4153.18-
YUV194.03122.34127.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.80%
GREEN value IS 196 (76.95% from 255) = 34.15%
BLUE value IS 184 (72.27% from 255) = 32.06%
R=33.80%
G=34.15%
B=32.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1941961840.0100.060.23709.2374.51
HexC2C4B8106174694b
Octal3023042701062710611113
Binary1100001011000100101110001011010111100011010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C4B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C4B8; }

 p { color: rgb(194,196,184); }

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

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

 a { background-color: rgb(194,196,184); }

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

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

 span { border-color: rgb(194,196,184); }

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