Html Css Color HEX #CA529B Mulberry

📋 copy color: '#CA529B'

red 202 ◦ green 82 ◦ blue 155

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

Shades of Mulberry #CA529B

Tints of Mulberry #CA529B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.31%

R = 46.01%
G = 18.68%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CA529B (or 0xCA529B) is known color: Mulberry. HEX triplet: CA, 52 and 9B. RGB value is (202,82,155). Sum of RGB (Red+Green+Blue) = 202+82+155=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA529B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA529B is #35AD64. Grayscale: #7E7E7E. Windows color (decimal): -3517797 or 10179274. OLE color: 10179274.

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

Color convert

RGB 202 82 155 -
CMYK 0 0.59 0.23 0.21
HSL 323.5º 0.53% 0.56% -
HSV(B) 323.5º 0.59% 0.79% -
XYZ 33.29 20.96 33.3 -
YUV 126.2 144.26 182.06 -
System Red Green Blue C M Y K H S L
Decimal 202 82 155 0 0.59 0.23 0.21 323.5 0.53 0.56
Hex CA 52 9B 0 3B 17 15 144 35 38
Octal 312 122 233 0 73 27 25 504 65 70
Binary 11001010 1010010 10011011 0 111011 10111 10101 101000100 110101 111000

Color Harmonies of #CA529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA529B

Black with #CA529B

Text Example


Text Example

White with #CA529B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA529B; }

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

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

background-color css

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

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

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

border-color css

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

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

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