#C7CABA

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

Shades of Harp #C7CABA

Tints of Harp #C7CABA

Color information

#C7CABA (or 0xC7CABA) is unknown color: approx Harp. HEX triplet: C7, CA and BA. RGB value is (199,202,186). Sum of RGB (Red+Green+Blue) = 199+202+186=587 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.90% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CABA is #383545. Grayscale: #C7C7C7. Windows color (decimal): -3683654 or 12241607. OLE color: 12241607.

HSL color Cylindrical-coordinate representation of color #C7CABA: hue angle of 71.25º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C7CABA is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB199202186-
CMYK0.0100.080.21
HSL71.25º13.11%76.08%-
HSV(B)71.25º7.92%79.22%-
XYZ53.5457.9354.81-
YUV199.28120.51127.8-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.90%
GREEN value IS 202 (79.30% from 255) = 34.41%
BLUE value IS 186 (73.05% from 255) = 31.69%
R=33.90%
G=34.41%
B=31.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1992021860.0100.080.2171.2513.1176.08
HexC7CABA1081547d4c
Octal30731227210102510715114
Binary11000111110010101011101010100010101100011111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CABA; }

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

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

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

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

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

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

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

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