#C7697E

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

Shades of Charm #C7697E

Tints of Charm #C7697E

Color information

#C7697E (or 0xC7697E) is unknown color: approx Charm. HEX triplet: C7, 69 and 7E. RGB value is (199,105,126). Sum of RGB (Red+Green+Blue) = 199+105+126=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C7697E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7697E is #389681. Grayscale: #878787. Windows color (decimal): -3708546 or 8284615. OLE color: 8284615.

HSL color Cylindrical-coordinate representation of color #C7697E: hue angle of 346.6º 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 #C7697E is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB199105126-
CMYK00.470.370.22
HSL346.6º45.63%59.61%-
HSV(B)346.6º47.24%78.04%-
XYZ32.3723.7522.62-
YUV135.5122.64173.29-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.28%
GREEN value IS 105 (41.41% from 255) = 24.42%
BLUE value IS 126 (49.61% from 255) = 29.30%
R=46.28%
G=24.42%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910512600.470.370.22346.645.6359.61
HexC7697E02F251615b2e3c
Octal30715117605745265335674
Binary1100011111010011111110010111110010110110101011011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7697E; }

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

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

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

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

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

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

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

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