#C7CDBA

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

Shades of Harp #C7CDBA

Tints of Harp #C7CDBA

Color information

#C7CDBA (or 0xC7CDBA) is unknown color: approx Harp. HEX triplet: C7, CD and BA. RGB value is (199,205,186). Sum of RGB (Red+Green+Blue) = 199+205+186=590 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.73% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 205 - color contains mainly: green. Hex color #C7CDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CDBA is #383245. Grayscale: #C9C9C9. Windows color (decimal): -3682886 or 12242375. OLE color: 12242375.

HSL color Cylindrical-coordinate representation of color #C7CDBA: hue angle of 78.95º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C7CDBA is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB199205186-
CMYK0.0300.090.20
HSL78.95º15.97%76.67%-
HSV(B)78.95º9.27%80.39%-
XYZ54.2559.3555.05-
YUV201.04119.51126.54-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.73%
GREEN value IS 205 (80.47% from 255) = 34.75%
BLUE value IS 186 (73.05% from 255) = 31.53%
R=33.73%
G=34.75%
B=31.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1992051860.0300.090.2078.9515.9776.67
HexC7CDBA309144f104d
Octal30731527230112411720115
Binary1100011111001101101110101101001101001001111100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CDBA; }

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

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

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

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

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

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

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

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