#C66880

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

Shades of Charm #C66880

Tints of Charm #C66880

Color information

#C66880 (or 0xC66880) is unknown color: approx Charm. HEX triplet: C6, 68 and 80. RGB value is (198,104,128). Sum of RGB (Red+Green+Blue) = 198+104+128=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C66880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66880 is #39977F. Grayscale: #868686. Windows color (decimal): -3774336 or 8415430. OLE color: 8415430.

HSL color Cylindrical-coordinate representation of color #C66880: hue angle of 344.68º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C66880 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB198104128-
CMYK00.470.350.22
HSL344.68º45.19%59.22%-
HSV(B)344.68º47.47%77.65%-
XYZ32.1423.4623.26-
YUV134.84124.14173.05-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.05%
GREEN value IS 104 (41.02% from 255) = 24.19%
BLUE value IS 128 (50.39% from 255) = 29.77%
R=46.05%
G=24.19%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810412800.470.350.22344.6845.1959.22
HexC6688002F23161592d3b
Octal30615020005743265315573
Binary11000110110100010000000010111110001110110101011001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66880; }

 p { color: rgb(198,104,128); }

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

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

 a { background-color: rgb(198,104,128); }

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

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

 span { border-color: rgb(198,104,128); }

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