Html Css Color HEX #CA4785 Mulberry

📋 copy color: '#CA4785'

red 202 ◦ green 71 ◦ blue 133

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

Shades of Mulberry #CA4785

Tints of Mulberry #CA4785

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.49%

 BLUE value IS 133 (52.34% from 255) = 32.76%

R = 49.75%
G = 17.49%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#CA4785 (or 0xCA4785) is known color: Mulberry. HEX triplet: CA, 47 and 85. RGB value is (202,71,133). Sum of RGB (Red+Green+Blue) = 202+71+133=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4785 is #35B87A. Grayscale: #757575. Windows color (decimal): -3520635 or 8734666. OLE color: 8734666.

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

Color convert

RGB 202 71 133 -
CMYK 0 0.65 0.34 0.21
HSL 331.6º 0.55% 0.54% -
HSV(B) 331.6º 0.65% 0.79% -
XYZ 30.84 18.76 24.19 -
YUV 117.24 136.9 188.46 -
System Red Green Blue C M Y K H S L
Decimal 202 71 133 0 0.65 0.34 0.21 331.6 0.55 0.54
Hex CA 47 85 0 41 22 15 14C 37 36
Octal 312 107 205 0 101 42 25 514 67 66
Binary 11001010 1000111 10000101 0 1000001 100010 10101 101001100 110111 110110

Color Harmonies of #CA4785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4785

Black with #CA4785

Text Example


Text Example

White with #CA4785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4785; }

 p { color: rgb(202,71,133); }

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

background-color css

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

 a { background-color: rgb(202,71,133); }

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

border-color css

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

 span { border-color: rgb(202,71,133); }

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