#CA6481

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

Shades of Charm #CA6481

Tints of Charm #CA6481

Color information

#CA6481 (or 0xCA6481) is unknown color: approx Charm. HEX triplet: CA, 64 and 81. RGB value is (202,100,129). Sum of RGB (Red+Green+Blue) = 202+100+129=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6481 is #359B7E. Grayscale: #858585. Windows color (decimal): -3513215 or 8479946. OLE color: 8479946.

HSL color Cylindrical-coordinate representation of color #CA6481: hue angle of 342.94º 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 #CA6481 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB202100129-
CMYK00.500.360.21
HSL342.94º49.04%59.22%-
HSV(B)342.94º50.5%79.22%-
XYZ32.8823.2623.52-
YUV133.8125.29176.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.87%
GREEN value IS 100 (39.45% from 255) = 23.20%
BLUE value IS 129 (50.78% from 255) = 29.93%
R=46.87%
G=23.20%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210012900.500.360.21342.9449.0459.22
HexCA64810322415157313b
Octal31214420106244255276173
Binary11001010110010010000001011001010010010101101010111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6481; }

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

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

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

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

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

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

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

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