#C7768B

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

Shades of Charm #C7768B

Tints of Charm #C7768B

Color information

#C7768B (or 0xC7768B) is unknown color: approx Charm. HEX triplet: C7, 76 and 8B. RGB value is (199,118,139). Sum of RGB (Red+Green+Blue) = 199+118+139=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C7768B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7768B is #388974. Grayscale: #909090. Windows color (decimal): -3705205 or 9139911. OLE color: 9139911.

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

Color convert

RGB199118139-
CMYK00.410.300.22
HSL344.44º41.97%62.16%-
HSV(B)344.44º40.7%78.04%-
XYZ34.6926.9627.8-
YUV144.61124.84166.79-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.64%
GREEN value IS 118 (46.48% from 255) = 25.88%
BLUE value IS 139 (54.69% from 255) = 30.48%
R=43.64%
G=25.88%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911813900.410.300.22344.4441.9762.16
HexC7768B0291E161582a3e
Octal30716621305136265305276
Binary1100011111101101000101101010011111010110101011000101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7768B; }

 p { color: rgb(199,118,139); }

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

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

 a { background-color: rgb(199,118,139); }

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

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

 span { border-color: rgb(199,118,139); }

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