Html Css Color HEX #CA4880 Mulberry

📋 copy color: '#CA4880'

red 202 ◦ green 72 ◦ blue 128

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

Shades of Mulberry #CA4880

Tints of Mulberry #CA4880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.84%

R = 50.25%
G = 17.91%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA4880 (or 0xCA4880) is known color: Mulberry. HEX triplet: CA, 48 and 80. RGB value is (202,72,128). Sum of RGB (Red+Green+Blue) = 202+72+128=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4880 is #35B77F. Grayscale: #757575. Windows color (decimal): -3520384 or 8407242. OLE color: 8407242.

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

Color convert

RGB 202 72 128 -
CMYK 0 0.64 0.37 0.21
HSL 334.15º 0.55% 0.54% -
HSV(B) 334.15º 0.64% 0.79% -
XYZ 30.57 18.75 22.43 -
YUV 117.25 134.07 188.45 -
System Red Green Blue C M Y K H S L
Decimal 202 72 128 0 0.64 0.37 0.21 334.15 0.55 0.54
Hex CA 48 80 0 40 25 15 14E 37 36
Octal 312 110 200 0 100 45 25 516 67 66
Binary 11001010 1001000 10000000 0 1000000 100101 10101 101001110 110111 110110

Color Harmonies of #CA4880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4880

Black with #CA4880

Text Example


Text Example

White with #CA4880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4880; }

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

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

background-color css

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

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

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

border-color css

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

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

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