Html Css Color HEX #CA49A2 Mulberry

📋 copy color: '#CA49A2'

red 202 ◦ green 73 ◦ blue 162

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

Shades of Mulberry #CA49A2

Tints of Mulberry #CA49A2

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.7%

 BLUE value IS 162 (63.67% from 255) = 37.07%

R = 46.22%
G = 16.7%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#CA49A2 (or 0xCA49A2) is known color: Mulberry. HEX triplet: CA, 49 and A2. RGB value is (202,73,162). Sum of RGB (Red+Green+Blue) = 202+73+162=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 162 (63.67% from 255 or 37.07% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA49A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA49A2 is #35B65D. Grayscale: #797979. Windows color (decimal): -3520094 or 10635722. OLE color: 10635722.

HSL color Cylindrical-coordinate representation of color #CA49A2: hue angle of 318.6º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA49A2 is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 73 162 -
CMYK 0 0.64 0.20 0.21
HSL 318.6º 0.55% 0.54% -
HSV(B) 318.6º 0.64% 0.79% -
XYZ 33.26 19.93 36.28 -
YUV 121.72 150.74 185.26 -
System Red Green Blue C M Y K H S L
Decimal 202 73 162 0 0.64 0.20 0.21 318.6 0.55 0.54
Hex CA 49 A2 0 40 14 15 13F 37 36
Octal 312 111 242 0 100 24 25 477 67 66
Binary 11001010 1001001 10100010 0 1000000 10100 10101 100111111 110111 110110

Color Harmonies of #CA49A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA49A2

Black with #CA49A2

Text Example


Text Example

White with #CA49A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA49A2; }

 p { color: rgb(202,73,162); }

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

background-color css

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

 a { background-color: rgb(202,73,162); }

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

border-color css

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

 span { border-color: rgb(202,73,162); }

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