#CA448E

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

Shades of Mulberry #CA448E

Tints of Mulberry #CA448E

Color information

#CA448E (or 0xCA448E) is unknown color: approx Mulberry. HEX triplet: CA, 44 and 8E. RGB value is (202,68,142). Sum of RGB (Red+Green+Blue) = 202+68+142=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA448E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA448E is #35BB71. Grayscale: #747474. Windows color (decimal): -3521394 or 9323722. OLE color: 9323722.

HSL color Cylindrical-coordinate representation of color #CA448E: hue angle of 326.87º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA448E is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB20268142-
CMYK00.660.300.21
HSL326.87º55.83%52.94%-
HSV(B)326.87º66.34%79.22%-
XYZ31.3118.6427.54-
YUV116.5142.39188.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.03%
GREEN value IS 68 (26.95% from 255) = 16.50%
BLUE value IS 142 (55.86% from 255) = 34.47%
R=49.03%
G=16.50%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026814200.660.300.21326.8755.8352.94
HexCA448E0421E151473835
Octal312104216010236255077065
Binary11001010100010010001110010000101111010101101000111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA448E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA448E; }

 p { color: rgb(202,68,142); }

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

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

 a { background-color: rgb(202,68,142); }

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

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

 span { border-color: rgb(202,68,142); }

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