#C1768E

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

Shades of Charm #C1768E

Tints of Charm #C1768E

Color information

#C1768E (or 0xC1768E) is unknown color: approx Charm. HEX triplet: C1, 76 and 8E. RGB value is (193,118,142). Sum of RGB (Red+Green+Blue) = 193+118+142=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C1768E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1768E is #3E8971. Grayscale: #8F8F8F. Windows color (decimal): -4098418 or 9336513. OLE color: 9336513.

HSL color Cylindrical-coordinate representation of color #C1768E: hue angle of 340.8º 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 #C1768E is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB193118142-
CMYK00.390.260.24
HSL340.8º37.69%60.98%-
HSV(B)340.8º38.86%75.69%-
XYZ33.3526.2528.9-
YUV143.16127.35163.55-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.60%
GREEN value IS 118 (46.48% from 255) = 26.05%
BLUE value IS 142 (55.86% from 255) = 31.35%
R=42.60%
G=26.05%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311814200.390.260.24340.837.6960.98
HexC1768E0271A18155263d
Octal30116621604732305254675
Binary1100000111101101000111001001111101011000101010101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1768E; }

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

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

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

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

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

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

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

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