#CA6482

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

Shades of Charm #CA6482

Tints of Charm #CA6482

Color information

#CA6482 (or 0xCA6482) is unknown color: approx Charm. HEX triplet: CA, 64 and 82. RGB value is (202,100,130). Sum of RGB (Red+Green+Blue) = 202+100+130=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6482 is #359B7D. Grayscale: #858585. Windows color (decimal): -3513214 or 8545482. OLE color: 8545482.

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

Color convert

RGB202100130-
CMYK00.500.360.21
HSL342.35º49.04%59.22%-
HSV(B)342.35º50.5%79.22%-
XYZ32.9423.2823.88-
YUV133.92125.79176.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.76%
GREEN value IS 100 (39.45% from 255) = 23.15%
BLUE value IS 130 (51.17% from 255) = 30.09%
R=46.76%
G=23.15%
B=30.09%

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
Decimal20210013000.500.360.21342.3549.0459.22
HexCA64820322415156313b
Octal31214420206244255266173
Binary11001010110010010000010011001010010010101101010110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6482; }

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

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

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

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

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

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

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

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