#CA6281

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

Shades of Charm #CA6281

Tints of Charm #CA6281

Color information

#CA6281 (or 0xCA6281) is unknown color: approx Charm. HEX triplet: CA, 62 and 81. RGB value is (202,98,129). Sum of RGB (Red+Green+Blue) = 202+98+129=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6281 is #359D7E. Grayscale: #848484. Windows color (decimal): -3513727 or 8479434. OLE color: 8479434.

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

Color convert

RGB20298129-
CMYK00.510.360.21
HSL342.12º49.52%58.82%-
HSV(B)342.12º51.49%79.22%-
XYZ32.6922.8823.46-
YUV132.63125.96177.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.09%
GREEN value IS 98 (38.67% from 255) = 22.84%
BLUE value IS 129 (50.78% from 255) = 30.07%
R=47.09%
G=22.84%
B=30.07%

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
Decimal2029812900.510.360.21342.1249.5258.82
HexCA62810332415156323b
Octal31214220106344255266273
Binary11001010110001010000001011001110010010101101010110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6281; }

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

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

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

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

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

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

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

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