Html Css Color HEX #CA579D Mulberry

📋 copy color: '#CA579D'

red 202 ◦ green 87 ◦ blue 157

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

Shades of Mulberry #CA579D

Tints of Mulberry #CA579D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.2%

R = 45.29%
G = 19.51%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#CA579D (or 0xCA579D) is known color: Mulberry. HEX triplet: CA, 57 and 9D. RGB value is (202,87,157). Sum of RGB (Red+Green+Blue) = 202+87+157=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 87 (34.38% from 255 or 19.51% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA579D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA579D is #35A862. Grayscale: #818181. Windows color (decimal): -3516515 or 10311626. OLE color: 10311626.

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

Color convert

RGB 202 87 157 -
CMYK 0 0.57 0.22 0.21
HSL 323.48º 0.52% 0.57% -
HSV(B) 323.48º 0.57% 0.79% -
XYZ 33.85 21.81 34.32 -
YUV 129.37 143.6 179.81 -
System Red Green Blue C M Y K H S L
Decimal 202 87 157 0 0.57 0.22 0.21 323.48 0.52 0.57
Hex CA 57 9D 0 39 16 15 143 34 39
Octal 312 127 235 0 71 26 25 503 64 71
Binary 11001010 1010111 10011101 0 111001 10110 10101 101000011 110100 111001

Color Harmonies of #CA579D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA579D

Black with #CA579D

Text Example


Text Example

White with #CA579D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA579D; }

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

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

background-color css

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

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

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

border-color css

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

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

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