Html Css Color HEX #CA4884 Mulberry

📋 copy color: '#CA4884'

red 202 ◦ green 72 ◦ blue 132

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

Shades of Mulberry #CA4884

Tints of Mulberry #CA4884

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.73%

 BLUE value IS 132 (51.95% from 255) = 32.51%

R = 49.75%
G = 17.73%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CA4884 (or 0xCA4884) is known color: Mulberry. HEX triplet: CA, 48 and 84. RGB value is (202,72,132). Sum of RGB (Red+Green+Blue) = 202+72+132=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4884 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4884 is #35B77B. Grayscale: #757575. Windows color (decimal): -3520380 or 8669386. OLE color: 8669386.

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

Color convert

RGB 202 72 132 -
CMYK 0 0.64 0.35 0.21
HSL 332.31º 0.55% 0.54% -
HSV(B) 332.31º 0.64% 0.79% -
XYZ 30.84 18.86 23.84 -
YUV 117.71 136.07 188.12 -
System Red Green Blue C M Y K H S L
Decimal 202 72 132 0 0.64 0.35 0.21 332.31 0.55 0.54
Hex CA 48 84 0 40 23 15 14C 37 36
Octal 312 110 204 0 100 43 25 514 67 66
Binary 11001010 1001000 10000100 0 1000000 100011 10101 101001100 110111 110110

Color Harmonies of #CA4884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4884

Black with #CA4884

Text Example


Text Example

White with #CA4884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4884; }

 p { color: rgb(202,72,132); }

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

background-color css

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

 a { background-color: rgb(202,72,132); }

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

border-color css

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

 span { border-color: rgb(202,72,132); }

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