#C2768A

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

Shades of Charm #C2768A

Tints of Charm #C2768A

Color information

#C2768A (or 0xC2768A) is unknown color: approx Charm. HEX triplet: C2, 76 and 8A. RGB value is (194,118,138). Sum of RGB (Red+Green+Blue) = 194+118+138=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C2768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2768A is #3D8975. Grayscale: #8F8F8F. Windows color (decimal): -4032886 or 9074370. OLE color: 9074370.

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

Color convert

RGB194118138-
CMYK00.390.290.24
HSL344.21º38.38%61.18%-
HSV(B)344.21º39.18%76.08%-
XYZ33.3126.2627.36-
YUV143125.18164.37-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.11%
GREEN value IS 118 (46.48% from 255) = 26.22%
BLUE value IS 138 (54.30% from 255) = 30.67%
R=43.11%
G=26.22%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411813800.390.290.24344.2138.3861.18
HexC2768A0271D18158263d
Octal30216621204735305304675
Binary1100001011101101000101001001111110111000101011000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2768A; }

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

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

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

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

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

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

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

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