Html Css Color HEX #CA529F Mulberry

📋 copy color: '#CA529F'

red 202 ◦ green 82 ◦ blue 159

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

Shades of Mulberry #CA529F

Tints of Mulberry #CA529F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.51%

 BLUE value IS 159 (62.5% from 255) = 35.89%

R = 45.6%
G = 18.51%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#CA529F (or 0xCA529F) is known color: Mulberry. HEX triplet: CA, 52 and 9F. RGB value is (202,82,159). Sum of RGB (Red+Green+Blue) = 202+82+159=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA529F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA529F is #35AD60. Grayscale: #7E7E7E. Windows color (decimal): -3517793 or 10441418. OLE color: 10441418.

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

Color convert

RGB 202 82 159 -
CMYK 0 0.59 0.21 0.21
HSL 321.5º 0.53% 0.56% -
HSV(B) 321.5º 0.59% 0.79% -
XYZ 33.63 21.09 35.1 -
YUV 126.66 146.26 181.74 -
System Red Green Blue C M Y K H S L
Decimal 202 82 159 0 0.59 0.21 0.21 321.5 0.53 0.56
Hex CA 52 9F 0 3B 15 15 142 35 38
Octal 312 122 237 0 73 25 25 502 65 70
Binary 11001010 1010010 10011111 0 111011 10101 10101 101000010 110101 111000

Color Harmonies of #CA529F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA529F

Black with #CA529F

Text Example


Text Example

White with #CA529F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA529F; }

 p { color: rgb(202,82,159); }

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

background-color css

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

 a { background-color: rgb(202,82,159); }

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

border-color css

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

 span { border-color: rgb(202,82,159); }

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