#C8697E

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

Shades of Charm #C8697E

Tints of Charm #C8697E

Color information

#C8697E (or 0xC8697E) is unknown color: approx Charm. HEX triplet: C8, 69 and 7E. RGB value is (200,105,126). Sum of RGB (Red+Green+Blue) = 200+105+126=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C8697E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8697E is #379681. Grayscale: #878787. Windows color (decimal): -3643010 or 8284616. OLE color: 8284616.

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

Color convert

RGB200105126-
CMYK00.480.370.22
HSL346.74º46.34%59.8%-
HSV(B)346.74º47.5%78.43%-
XYZ32.6423.8922.63-
YUV135.8122.47173.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.40%
GREEN value IS 105 (41.41% from 255) = 24.36%
BLUE value IS 126 (49.61% from 255) = 29.23%
R=46.40%
G=24.36%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010512600.480.370.22346.7446.3459.8
HexC8697E030251615b2e3c
Octal31015117606045265335674
Binary1100100011010011111110011000010010110110101011011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8697E; }

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

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

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

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

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

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

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

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