#C6768D

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

Shades of Charm #C6768D

Tints of Charm #C6768D

Color information

#C6768D (or 0xC6768D) is unknown color: approx Charm. HEX triplet: C6, 76 and 8D. RGB value is (198,118,141). Sum of RGB (Red+Green+Blue) = 198+118+141=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 198 - color contains mainly: red. Hex color #C6768D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6768D is #398972. Grayscale: #909090. Windows color (decimal): -3770739 or 9270982. OLE color: 9270982.

HSL color Cylindrical-coordinate representation of color #C6768D: hue angle of 342.75º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C6768D is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB198118141-
CMYK00.400.290.22
HSL342.75º41.24%61.96%-
HSV(B)342.75º40.4%77.65%-
XYZ34.5726.8928.57-
YUV144.54126166.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.33%
GREEN value IS 118 (46.48% from 255) = 25.82%
BLUE value IS 141 (55.47% from 255) = 30.85%
R=43.33%
G=25.82%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811814100.400.290.22342.7541.2461.96
HexC6768D0281D16157293e
Octal30616621505035265275176
Binary1100011011101101000110101010001110110110101010111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6768D; }

 p { color: rgb(198,118,141); }

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

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

 a { background-color: rgb(198,118,141); }

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

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

 span { border-color: rgb(198,118,141); }

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