#C66F8A

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

Shades of Charm #C66F8A

Tints of Charm #C66F8A

Color information

#C66F8A (or 0xC66F8A) is unknown color: approx Charm. HEX triplet: C6, 6F and 8A. RGB value is (198,111,138). Sum of RGB (Red+Green+Blue) = 198+111+138=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 198 - color contains mainly: red. Hex color #C66F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66F8A is #399075. Grayscale: #8C8C8C. Windows color (decimal): -3772534 or 9072582. OLE color: 9072582.

HSL color Cylindrical-coordinate representation of color #C66F8A: hue angle of 341.38º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C66F8A is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB198111138-
CMYK00.440.300.22
HSL341.38º43.28%60.59%-
HSV(B)341.38º43.94%77.65%-
XYZ33.5625.2127.14-
YUV140.09126.82169.3-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.30%
GREEN value IS 111 (43.75% from 255) = 24.83%
BLUE value IS 138 (54.30% from 255) = 30.87%
R=44.30%
G=24.83%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811113800.440.300.22341.3843.2860.59
HexC66F8A02C1E161552b3d
Octal30615721205436265255375
Binary1100011011011111000101001011001111010110101010101101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66F8A; }

 p { color: rgb(198,111,138); }

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

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

 a { background-color: rgb(198,111,138); }

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

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

 span { border-color: rgb(198,111,138); }

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