Html Css Color HEX #CA529A Mulberry

📋 copy color: '#CA529A'

red 202 ◦ green 82 ◦ blue 154

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

Shades of Mulberry #CA529A

Tints of Mulberry #CA529A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.16%

R = 46.12%
G = 18.72%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#CA529A (or 0xCA529A) is known color: Mulberry. HEX triplet: CA, 52 and 9A. RGB value is (202,82,154). Sum of RGB (Red+Green+Blue) = 202+82+154=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CA529A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA529A is #35AD65. Grayscale: #7D7D7D. Windows color (decimal): -3517798 or 10113738. OLE color: 10113738.

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

Color convert

RGB 202 82 154 -
CMYK 0 0.59 0.24 0.21
HSL 324º 0.53% 0.56% -
HSV(B) 324º 0.59% 0.79% -
XYZ 33.21 20.92 32.86 -
YUV 126.09 143.76 182.15 -
System Red Green Blue C M Y K H S L
Decimal 202 82 154 0 0.59 0.24 0.21 324 0.53 0.56
Hex CA 52 9A 0 3B 18 15 144 35 38
Octal 312 122 232 0 73 30 25 504 65 70
Binary 11001010 1010010 10011010 0 111011 11000 10101 101000100 110101 111000

Color Harmonies of #CA529A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA529A

Black with #CA529A

Text Example


Text Example

White with #CA529A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA529A; }

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

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

background-color css

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

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

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

border-color css

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

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

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