Html Css Color HEX #CA4490 Mulberry

📋 copy color: '#CA4490'

red 202 ◦ green 68 ◦ blue 144

#CA4490
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #CA4490

Tints of Mulberry #CA4490

RGB

 RED value IS 202 (79.3% from 255) = 48.79%

 GREEN value IS 68 (26.95% from 255) = 16.43%

 BLUE value IS 144 (56.64% from 255) = 34.78%

R = 48.79%
G = 16.43%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA4490 (or 0xCA4490) is known color: Mulberry. HEX triplet: CA, 44 and 90. RGB value is (202,68,144). Sum of RGB (Red+Green+Blue) = 202+68+144=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 68 (26.95% from 255 or 16.43% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4490 is #35BB6F. Grayscale: #747474. Windows color (decimal): -3521392 or 9454794. OLE color: 9454794.

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

Color convert

RGB 202 68 144 -
CMYK 0 0.66 0.29 0.21
HSL 325.97º 0.56% 0.53% -
HSV(B) 325.97º 0.66% 0.79% -
XYZ 31.46 18.7 28.34 -
YUV 116.73 143.39 188.82 -
System Red Green Blue C M Y K H S L
Decimal 202 68 144 0 0.66 0.29 0.21 325.97 0.56 0.53
Hex CA 44 90 0 42 1D 15 146 38 35
Octal 312 104 220 0 102 35 25 506 70 65
Binary 11001010 1000100 10010000 0 1000010 11101 10101 101000110 111000 110101

Color Harmonies of #CA4490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4490

Black with #CA4490

Text Example


Text Example

White with #CA4490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4490; }

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

 H1.HeaderClassName
 {
   color: #CA4490;
 }
 .AnyTagClassName
 {
   color: #CA4490;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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