#C7CABD

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

Shades of Harp #C7CABD

Tints of Harp #C7CABD

Color information

#C7CABD (or 0xC7CABD) is unknown color: approx Harp. HEX triplet: C7, CA and BD. RGB value is (199,202,189). Sum of RGB (Red+Green+Blue) = 199+202+189=590 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.73% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CABD is #383542. Grayscale: #C7C7C7. Windows color (decimal): -3683651 or 12438215. OLE color: 12438215.

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

Color convert

RGB199202189-
CMYK0.0100.060.21
HSL73.85º10.92%76.67%-
HSV(B)73.85º6.44%79.22%-
XYZ53.8658.0656.51-
YUV199.62122.01127.56-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.73%
GREEN value IS 202 (79.30% from 255) = 34.24%
BLUE value IS 189 (74.22% from 255) = 32.03%
R=33.73%
G=34.24%
B=32.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1992021890.0100.060.2173.8510.9276.67
HexC7CABD106154ab4d
Octal3073122751062511213115
Binary1100011111001010101111011011010101100101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CABD; }

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

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

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

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

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

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

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

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