#CA437A

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

Shades of Mulberry #CA437A

Tints of Mulberry #CA437A

Color information

#CA437A (or 0xCA437A) is unknown color: approx Mulberry. HEX triplet: CA, 43 and 7A. RGB value is (202,67,122). Sum of RGB (Red+Green+Blue) = 202+67+122=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 67 (26.56% from 255 or 17.14% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CA437A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA437A is #35BC85. Grayscale: #717171. Windows color (decimal): -3521670 or 8012746. OLE color: 8012746.

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

Color convert

RGB20267122-
CMYK00.670.400.21
HSL335.56º56.02%52.75%-
HSV(B)335.56º66.83%79.22%-
XYZ29.8817.9820.31-
YUV113.64132.73191.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.66%
GREEN value IS 67 (26.56% from 255) = 17.14%
BLUE value IS 122 (48.05% from 255) = 31.20%
R=51.66%
G=17.14%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026712200.670.400.21335.5656.0252.75
HexCA437A04328151503835
Octal312103172010350255207065
Binary11001010100001111110100100001110100010101101010000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA437A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA437A; }

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

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

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

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

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

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

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

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