#C7CAC1

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

Shades of Harp #C7CAC1

Tints of Harp #C7CAC1

Color information

#C7CAC1 (or 0xC7CAC1) is unknown color: approx Harp. HEX triplet: C7, CA and C1. RGB value is (199,202,193). Sum of RGB (Red+Green+Blue) = 199+202+193=594 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.50% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 193 (75.78% from 255 or 32.49% from 594); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CAC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7CAC1 is #38353E. Grayscale: #C8C8C8. Windows color (decimal): -3683647 or 12700359. OLE color: 12700359.

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

Color convert

RGB199202193-
CMYK0.0100.040.21
HSL80º7.83%77.45%-
HSV(B)80º4.46%79.22%-
XYZ54.358.2358.83-
YUV200.08124.01127.23-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.50%
GREEN value IS 202 (79.30% from 255) = 34.01%
BLUE value IS 193 (75.78% from 255) = 32.49%
R=33.50%
G=34.01%
B=32.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1992021930.0100.040.21807.8377.45
HexC7CAC1104155084d
Octal3073123011042512010115
Binary1100011111001010110000011010010101101000010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CAC1; }

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

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

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

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

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

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

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

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