#CA417A

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

Shades of Mulberry #CA417A

Tints of Mulberry #CA417A

Color information

#CA417A (or 0xCA417A) is unknown color: approx Mulberry. HEX triplet: CA, 41 and 7A. RGB value is (202,65,122). Sum of RGB (Red+Green+Blue) = 202+65+122=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 65 (25.78% from 255 or 16.71% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA417A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA417A is #35BE85. Grayscale: #707070. Windows color (decimal): -3522182 or 8012234. OLE color: 8012234.

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

Color convert

RGB20265122-
CMYK00.680.400.21
HSL335.04º56.38%52.35%-
HSV(B)335.04º67.82%79.22%-
XYZ29.7617.7420.27-
YUV112.46133.39191.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.93%
GREEN value IS 65 (25.78% from 255) = 16.71%
BLUE value IS 122 (48.05% from 255) = 31.36%
R=51.93%
G=16.71%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026512200.680.400.21335.0456.3852.35
HexCA417A044281514f3834
Octal312101172010450255177064
Binary11001010100000111110100100010010100010101101001111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA417A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA417A; }

 p { color: rgb(202,65,122); }

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

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

 a { background-color: rgb(202,65,122); }

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

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

 span { border-color: rgb(202,65,122); }

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