#C7697C

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

Shades of Charm #C7697C

Tints of Charm #C7697C

Color information

#C7697C (or 0xC7697C) is unknown color: approx Charm. HEX triplet: C7, 69 and 7C. RGB value is (199,105,124). Sum of RGB (Red+Green+Blue) = 199+105+124=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C7697C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7697C is #389683. Grayscale: #878787. Windows color (decimal): -3708548 or 8153543. OLE color: 8153543.

HSL color Cylindrical-coordinate representation of color #C7697C: hue angle of 347.87º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C7697C is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB199105124-
CMYK00.470.380.22
HSL347.87º45.63%59.61%-
HSV(B)347.87º47.24%78.04%-
XYZ32.2423.721.94-
YUV135.27121.64173.46-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.50%
GREEN value IS 105 (41.41% from 255) = 24.53%
BLUE value IS 124 (48.83% from 255) = 28.97%
R=46.50%
G=24.53%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910512400.470.380.22347.8745.6359.61
HexC7697C02F261615c2e3c
Octal30715117405746265345674
Binary1100011111010011111100010111110011010110101011100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7697C; }

 p { color: rgb(199,105,124); }

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

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

 a { background-color: rgb(199,105,124); }

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

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

 span { border-color: rgb(199,105,124); }

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