#C1768D

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

Shades of Charm #C1768D

Tints of Charm #C1768D

Color information

#C1768D (or 0xC1768D) is unknown color: approx Charm. HEX triplet: C1, 76 and 8D. RGB value is (193,118,141). Sum of RGB (Red+Green+Blue) = 193+118+141=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 193 - color contains mainly: red. Hex color #C1768D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1768D is #3E8972. Grayscale: #8F8F8F. Windows color (decimal): -4098419 or 9270977. OLE color: 9270977.

HSL color Cylindrical-coordinate representation of color #C1768D: hue angle of 341.6º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C1768D is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB193118141-
CMYK00.390.270.24
HSL341.6º37.69%60.98%-
HSV(B)341.6º38.86%75.69%-
XYZ33.2826.2228.51-
YUV143.05126.85163.63-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.70%
GREEN value IS 118 (46.48% from 255) = 26.11%
BLUE value IS 141 (55.47% from 255) = 31.19%
R=42.70%
G=26.11%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311814100.390.270.24341.637.6960.98
HexC1768D0271B18156263d
Octal30116621504733305264675
Binary1100000111101101000110101001111101111000101010110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1768D; }

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

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

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

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

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

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

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

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