#C66381

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

Shades of Charm #C66381

Tints of Charm #C66381

Color information

#C66381 (or 0xC66381) is unknown color: approx Charm. HEX triplet: C6, 63 and 81. RGB value is (198,99,129). Sum of RGB (Red+Green+Blue) = 198+99+129=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C66381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66381 is #399C7E. Grayscale: #848484. Windows color (decimal): -3775615 or 8479686. OLE color: 8479686.

HSL color Cylindrical-coordinate representation of color #C66381: hue angle of 341.82º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C66381 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB19899129-
CMYK00.500.350.22
HSL341.82º46.48%58.24%-
HSV(B)341.82º50%77.65%-
XYZ31.7122.5123.44-
YUV132.02126.3175.06-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.48%
GREEN value IS 99 (39.06% from 255) = 23.24%
BLUE value IS 129 (50.78% from 255) = 30.28%
R=46.48%
G=23.24%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989912900.500.350.22341.8246.4858.24
HexC6638103223161562e3a
Octal30614320106243265265672
Binary11000110110001110000001011001010001110110101010110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66381; }

 p { color: rgb(198,99,129); }

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

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

 a { background-color: rgb(198,99,129); }

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

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

 span { border-color: rgb(198,99,129); }

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