#C2708A

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

Shades of Charm #C2708A

Tints of Charm #C2708A

Color information

#C2708A (or 0xC2708A) is unknown color: approx Charm. HEX triplet: C2, 70 and 8A. RGB value is (194,112,138). Sum of RGB (Red+Green+Blue) = 194+112+138=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C2708A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2708A is #3D8F75. Grayscale: #8B8B8B. Windows color (decimal): -4034422 or 9072834. OLE color: 9072834.

HSL color Cylindrical-coordinate representation of color #C2708A: hue angle of 340.98º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C2708A is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB194112138-
CMYK00.420.290.24
HSL340.98º40.2%60%-
HSV(B)340.98º42.27%76.08%-
XYZ32.6324.8927.13-
YUV139.48127.17166.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.69%
GREEN value IS 112 (44.14% from 255) = 25.23%
BLUE value IS 138 (54.30% from 255) = 31.08%
R=43.69%
G=25.23%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411213800.420.290.24340.9840.260
HexC2708A02A1D18155283c
Octal30216021205235305255074
Binary1100001011100001000101001010101110111000101010101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2708A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2708A; }

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

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

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

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

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

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

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

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