#CA427D

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

Shades of Mulberry #CA427D

Tints of Mulberry #CA427D

Color information

#CA427D (or 0xCA427D) is unknown color: approx Mulberry. HEX triplet: CA, 42 and 7D. RGB value is (202,66,125). Sum of RGB (Red+Green+Blue) = 202+66+125=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA427D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA427D is #35BD82. Grayscale: #717171. Windows color (decimal): -3521923 or 8209098. OLE color: 8209098.

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

Color convert

RGB20266125-
CMYK00.670.380.21
HSL333.97º56.2%52.55%-
HSV(B)333.97º67.33%79.22%-
XYZ30.0117.9321.28-
YUV113.39134.56191.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.40%
GREEN value IS 66 (26.17% from 255) = 16.79%
BLUE value IS 125 (49.22% from 255) = 31.81%
R=51.40%
G=16.79%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026612500.670.380.21333.9756.252.55
HexCA427D043261514e3835
Octal312102175010346255167065
Binary11001010100001011111010100001110011010101101001110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA427D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA427D; }

 p { color: rgb(202,66,125); }

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

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

 a { background-color: rgb(202,66,125); }

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

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

 span { border-color: rgb(202,66,125); }

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