#C66A84

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

Shades of Charm #C66A84

Tints of Charm #C66A84

Color information

#C66A84 (or 0xC66A84) is unknown color: approx Charm. HEX triplet: C6, 6A and 84. RGB value is (198,106,132). Sum of RGB (Red+Green+Blue) = 198+106+132=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 106 (41.80% from 255 or 24.31% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C66A84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66A84 is #39957B. Grayscale: #888888. Windows color (decimal): -3773820 or 8678086. OLE color: 8678086.

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

Color convert

RGB198106132-
CMYK00.460.330.22
HSL343.04º44.66%59.61%-
HSV(B)343.04º46.46%77.65%-
XYZ32.6123.9824.74-
YUV136.47125.48171.89-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.41%
GREEN value IS 106 (41.80% from 255) = 24.31%
BLUE value IS 132 (51.95% from 255) = 30.28%
R=45.41%
G=24.31%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810613200.460.330.22343.0444.6659.61
HexC66A8402E21161572d3c
Octal30615220405641265275574
Binary11000110110101010000100010111010000110110101010111101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66A84; }

 p { color: rgb(198,106,132); }

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

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

 a { background-color: rgb(198,106,132); }

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

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

 span { border-color: rgb(198,106,132); }

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