#C7D0B4

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

Shades of Harp #C7D0B4

Tints of Harp #C7D0B4

Color information

#C7D0B4 (or 0xC7D0B4) is unknown color: approx Harp. HEX triplet: C7, D0 and B4. RGB value is (199,208,180). Sum of RGB (Red+Green+Blue) = 199+208+180=587 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.90% from 587); Green value is 208 (81.64% from 255 or 35.43% from 587); Blue value is 180 (70.70% from 255 or 30.66% from 587); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D0B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D0B4 is #382F4B. Grayscale: #CACACA. Windows color (decimal): -3682124 or 11849927. OLE color: 11849927.

HSL color Cylindrical-coordinate representation of color #C7D0B4: hue angle of 79.29º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7D0B4 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB199208180-
CMYK0.0400.130.18
HSL79.29º22.95%76.08%-
HSV(B)79.29º13.46%81.57%-
XYZ54.3560.5552-
YUV202.12115.52125.78-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.90%
GREEN value IS 208 (81.64% from 255) = 35.43%
BLUE value IS 180 (70.70% from 255) = 30.66%
R=33.90%
G=35.43%
B=30.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1992081800.0400.130.1879.2922.9576.08
HexC7D0B440D124f174c
Octal30732026440152211727114
Binary11000111110100001011010010001101100101001111101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D0B4; }

 p { color: rgb(199,208,180); }

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

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

 a { background-color: rgb(199,208,180); }

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

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

 span { border-color: rgb(199,208,180); }

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