Html Css Color HEX #CA5782 Mulberry

📋 copy color: '#CA5782'

red 202 ◦ green 87 ◦ blue 130

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

Shades of Mulberry #CA5782

Tints of Mulberry #CA5782

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.76%

 BLUE value IS 130 (51.17% from 255) = 31.03%

R = 48.21%
G = 20.76%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#CA5782 (or 0xCA5782) is known color: Mulberry. HEX triplet: CA, 57 and 82. RGB value is (202,87,130). Sum of RGB (Red+Green+Blue) = 202+87+130=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 87 (34.38% from 255 or 20.76% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5782 is #35A87D. Grayscale: #7E7E7E. Windows color (decimal): -3516542 or 8542154. OLE color: 8542154.

HSL color Cylindrical-coordinate representation of color #CA5782: hue angle of 337.57º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA5782 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 87 130 -
CMYK 0 0.57 0.36 0.21
HSL 337.57º 0.52% 0.57% -
HSV(B) 337.57º 0.57% 0.79% -
XYZ 31.79 20.98 23.49 -
YUV 126.29 130.1 182 -
System Red Green Blue C M Y K H S L
Decimal 202 87 130 0 0.57 0.36 0.21 337.57 0.52 0.57
Hex CA 57 82 0 39 24 15 152 34 39
Octal 312 127 202 0 71 44 25 522 64 71
Binary 11001010 1010111 10000010 0 111001 100100 10101 101010010 110100 111001

Color Harmonies of #CA5782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5782

Black with #CA5782

Text Example


Text Example

White with #CA5782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5782; }

 p { color: rgb(202,87,130); }

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

background-color css

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

 a { background-color: rgb(202,87,130); }

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

border-color css

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

 span { border-color: rgb(202,87,130); }

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