#C7CAB4

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

Shades of Harp #C7CAB4

Tints of Harp #C7CAB4

Color information

#C7CAB4 (or 0xC7CAB4) is unknown color: approx Harp. HEX triplet: C7, CA and B4. RGB value is (199,202,180). Sum of RGB (Red+Green+Blue) = 199+202+180=581 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.25% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 180 (70.70% from 255 or 30.98% from 581); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CAB4 is #38354B. Grayscale: #C6C6C6. Windows color (decimal): -3683660 or 11848391. OLE color: 11848391.

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

Color convert

RGB199202180-
CMYK0.0100.110.21
HSL68.18º17.19%74.9%-
HSV(B)68.18º10.89%79.22%-
XYZ52.9157.6851.52-
YUV198.6117.51128.29-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.25%
GREEN value IS 202 (79.30% from 255) = 34.77%
BLUE value IS 180 (70.70% from 255) = 30.98%
R=34.25%
G=34.77%
B=30.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1992021800.0100.110.2168.1817.1974.9
HexC7CAB410B1544114b
Octal30731226410132510421113
Binary110001111100101010110100101011101011000100100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CAB4; }

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

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

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

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

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

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

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

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