#CA6480

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

Shades of Charm #CA6480

Tints of Charm #CA6480

Color information

#CA6480 (or 0xCA6480) is unknown color: approx Charm. HEX triplet: CA, 64 and 80. RGB value is (202,100,128). Sum of RGB (Red+Green+Blue) = 202+100+128=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6480 is #359B7F. Grayscale: #858585. Windows color (decimal): -3513216 or 8414410. OLE color: 8414410.

HSL color Cylindrical-coordinate representation of color #CA6480: hue angle of 343.53º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA6480 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB202100128-
CMYK00.500.370.21
HSL343.53º49.04%59.22%-
HSV(B)343.53º50.5%79.22%-
XYZ32.8123.2323.18-
YUV133.69124.79176.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.98%
GREEN value IS 100 (39.45% from 255) = 23.26%
BLUE value IS 128 (50.39% from 255) = 29.77%
R=46.98%
G=23.26%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210012800.500.370.21343.5349.0459.22
HexCA64800322515158313b
Octal31214420006245255306173
Binary11001010110010010000000011001010010110101101011000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6480; }

 p { color: rgb(202,100,128); }

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

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

 a { background-color: rgb(202,100,128); }

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

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

 span { border-color: rgb(202,100,128); }

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