Html Css Color HEX #CA4999 Mulberry

📋 copy color: '#CA4999'

red 202 ◦ green 73 ◦ blue 153

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

Shades of Mulberry #CA4999

Tints of Mulberry #CA4999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.75%

R = 47.2%
G = 17.06%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#CA4999 (or 0xCA4999) is known color: Mulberry. HEX triplet: CA, 49 and 99. RGB value is (202,73,153). Sum of RGB (Red+Green+Blue) = 202+73+153=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 73 (28.91% from 255 or 17.06% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4999 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4999 is #35B666. Grayscale: #787878. Windows color (decimal): -3520103 or 10045898. OLE color: 10045898.

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

Color convert

RGB 202 73 153 -
CMYK 0 0.64 0.24 0.21
HSL 322.79º 0.55% 0.54% -
HSV(B) 322.79º 0.64% 0.79% -
XYZ 32.49 19.62 32.21 -
YUV 120.69 146.24 186 -
System Red Green Blue C M Y K H S L
Decimal 202 73 153 0 0.64 0.24 0.21 322.79 0.55 0.54
Hex CA 49 99 0 40 18 15 143 37 36
Octal 312 111 231 0 100 30 25 503 67 66
Binary 11001010 1001001 10011001 0 1000000 11000 10101 101000011 110111 110110

Color Harmonies of #CA4999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4999

Black with #CA4999

Text Example


Text Example

White with #CA4999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4999; }

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

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

background-color css

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

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

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

border-color css

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

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

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