#C7D2BA

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

Shades of Harp #C7D2BA

Tints of Harp #C7D2BA

Color information

#C7D2BA (or 0xC7D2BA) is unknown color: approx Harp. HEX triplet: C7, D2 and BA. RGB value is (199,210,186). Sum of RGB (Red+Green+Blue) = 199+210+186=595 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.45% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 210 - color contains mainly: green. Hex color #C7D2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D2BA is #382D45. Grayscale: #CCCCCC. Windows color (decimal): -3681606 or 12243655. OLE color: 12243655.

HSL color Cylindrical-coordinate representation of color #C7D2BA: hue angle of 87.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C7D2BA is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB199210186-
CMYK0.0500.110.18
HSL87.5º21.05%77.65%-
HSV(B)87.5º11.43%82.35%-
XYZ55.4661.7855.46-
YUV203.98117.86124.45-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.45%
GREEN value IS 210 (82.42% from 255) = 35.29%
BLUE value IS 186 (73.05% from 255) = 31.26%
R=33.45%
G=35.29%
B=31.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1992101860.0500.110.1887.521.0577.65
HexC7D2BA50B1257154e
Octal30732227250132212725116
Binary11000111110100101011101010101011100101010111101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D2BA; }

 p { color: rgb(199,210,186); }

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

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

 a { background-color: rgb(199,210,186); }

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

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

 span { border-color: rgb(199,210,186); }

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