#CA4299

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

Shades of Mulberry #CA4299

Tints of Mulberry #CA4299

Color information

#CA4299 (or 0xCA4299) is unknown color: approx Mulberry. HEX triplet: CA, 42 and 99. RGB value is (202,66,153). Sum of RGB (Red+Green+Blue) = 202+66+153=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4299 is #35BD66. Grayscale: #747474. Windows color (decimal): -3521895 or 10044106. OLE color: 10044106.

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

Color convert

RGB20266153-
CMYK00.670.240.21
HSL321.62º56.2%52.55%-
HSV(B)321.62º67.33%79.22%-
XYZ32.0618.7532.07-
YUV116.58148.56188.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.98%
GREEN value IS 66 (26.17% from 255) = 15.68%
BLUE value IS 153 (60.16% from 255) = 36.34%
R=47.98%
G=15.68%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026615300.670.240.21321.6256.252.55
HexCA429904318151423835
Octal312102231010330255027065
Binary11001010100001010011001010000111100010101101000010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4299; }

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

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

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

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

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

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

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

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