#CC6481

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

Shades of Charm #CC6481

Tints of Charm #CC6481

Color information

#CC6481 (or 0xCC6481) is unknown color: approx Charm. HEX triplet: CC, 64 and 81. RGB value is (204,100,129). Sum of RGB (Red+Green+Blue) = 204+100+129=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6481 is #339B7E. Grayscale: #868686. Windows color (decimal): -3382143 or 8479948. OLE color: 8479948.

HSL color Cylindrical-coordinate representation of color #CC6481: hue angle of 343.27º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC6481 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB204100129-
CMYK00.510.370.2
HSL343.27º50.49%59.61%-
HSV(B)343.27º50.98%80%-
XYZ33.4223.5423.55-
YUV134.4124.96177.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.11%
GREEN value IS 100 (39.45% from 255) = 23.09%
BLUE value IS 129 (50.78% from 255) = 29.79%
R=47.11%
G=23.09%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410012900.510.370.2343.2750.4959.61
HexCC64810332514157323c
Octal31414420106345245276274
Binary11001100110010010000001011001110010110100101010111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6481; }

 p { color: rgb(204,100,129); }

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

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

 a { background-color: rgb(204,100,129); }

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

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

 span { border-color: rgb(204,100,129); }

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