#C3C6BD

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

Shades of Harp #C3C6BD

Tints of Harp #C3C6BD

Color information

#C3C6BD (or 0xC3C6BD) is unknown color: approx Harp. HEX triplet: C3, C6 and BD. RGB value is (195,198,189). Sum of RGB (Red+Green+Blue) = 195+198+189=582 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.51% from 582); Green value is 198 (77.73% from 255 or 34.02% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 198 - color contains mainly: green. Hex color #C3C6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3C6BD is #3C3942. Grayscale: #C4C4C4. Windows color (decimal): -3946819 or 12437187. OLE color: 12437187.

HSL color Cylindrical-coordinate representation of color #C3C6BD: hue angle of 80º degrees, saturation: 0.07, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C3C6BD is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB195198189-
CMYK0.0200.050.22
HSL80º7.32%75.88%-
HSV(B)80º4.55%77.65%-
XYZ51.8955.6656.15-
YUV196.08124.01127.23-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.51%
GREEN value IS 198 (77.73% from 255) = 34.02%
BLUE value IS 189 (74.22% from 255) = 32.47%
R=33.51%
G=34.02%
B=32.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1951981890.0200.050.22807.3275.88
HexC3C6BD205165074c
Octal303306275205261207114
Binary1100001111000110101111011001011011010100001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C6BD; }

 p { color: rgb(195,198,189); }

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

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

 a { background-color: rgb(195,198,189); }

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

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

 span { border-color: rgb(195,198,189); }

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