#CA7284

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

Shades of Charm #CA7284

Tints of Charm #CA7284

Color information

#CA7284 (or 0xCA7284) is unknown color: approx Charm. HEX triplet: CA, 72 and 84. RGB value is (202,114,132). Sum of RGB (Red+Green+Blue) = 202+114+132=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7284 is #358D7B. Grayscale: #8E8E8E. Windows color (decimal): -3509628 or 8680138. OLE color: 8680138.

HSL color Cylindrical-coordinate representation of color #CA7284: hue angle of 347.73º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA7284 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB202114132-
CMYK00.440.350.21
HSL347.73º45.36%61.96%-
HSV(B)347.73º43.56%79.22%-
XYZ34.5426.2625.08-
YUV142.36122.15170.54-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.09%
GREEN value IS 114 (44.92% from 255) = 25.45%
BLUE value IS 132 (51.95% from 255) = 29.46%
R=45.09%
G=25.45%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211413200.440.350.21347.7345.3661.96
HexCA728402C231515c2d3e
Octal31216220405443255345576
Binary11001010111001010000100010110010001110101101011100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7284; }

 p { color: rgb(202,114,132); }

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

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

 a { background-color: rgb(202,114,132); }

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

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

 span { border-color: rgb(202,114,132); }

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