#CA6282

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

Shades of Charm #CA6282

Tints of Charm #CA6282

Color information

#CA6282 (or 0xCA6282) is unknown color: approx Charm. HEX triplet: CA, 62 and 82. RGB value is (202,98,130). Sum of RGB (Red+Green+Blue) = 202+98+130=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 98 (38.67% from 255 or 22.79% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6282 is #359D7D. Grayscale: #848484. Windows color (decimal): -3513726 or 8544970. OLE color: 8544970.

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

Color convert

RGB20298130-
CMYK00.510.360.21
HSL341.54º49.52%58.82%-
HSV(B)341.54º51.49%79.22%-
XYZ32.7522.923.81-
YUV132.74126.46177.4-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.98%
GREEN value IS 98 (38.67% from 255) = 22.79%
BLUE value IS 130 (51.17% from 255) = 30.23%
R=46.98%
G=22.79%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029813000.510.360.21341.5449.5258.82
HexCA62820332415156323b
Octal31214220206344255266273
Binary11001010110001010000010011001110010010101101010110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6282; }

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

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

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

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

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

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

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

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