#C1768A

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

Shades of Charm #C1768A

Tints of Charm #C1768A

Color information

#C1768A (or 0xC1768A) is unknown color: approx Charm. HEX triplet: C1, 76 and 8A. RGB value is (193,118,138). Sum of RGB (Red+Green+Blue) = 193+118+138=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 193 - color contains mainly: red. Hex color #C1768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1768A is #3E8975. Grayscale: #8E8E8E. Windows color (decimal): -4098422 or 9074369. OLE color: 9074369.

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

Color convert

RGB193118138-
CMYK00.390.280.24
HSL344º37.69%60.98%-
HSV(B)344º38.86%75.69%-
XYZ33.0626.1327.35-
YUV142.7125.35163.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.98%
GREEN value IS 118 (46.48% from 255) = 26.28%
BLUE value IS 138 (54.30% from 255) = 30.73%
R=42.98%
G=26.28%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311813800.390.280.2434437.6960.98
HexC1768A0271C18158263d
Octal30116621204734305304675
Binary1100000111101101000101001001111110011000101011000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1768A; }

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

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

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

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

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

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

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

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