Html Css Color HEX #CA529C Mulberry

📋 copy color: '#CA529C'

red 202 ◦ green 82 ◦ blue 156

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

Shades of Mulberry #CA529C

Tints of Mulberry #CA529C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.45%

R = 45.91%
G = 18.64%
B = 35.45%

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

#CA529C (or 0xCA529C) is known color: Mulberry. HEX triplet: CA, 52 and 9C. RGB value is (202,82,156). Sum of RGB (Red+Green+Blue) = 202+82+156=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 82 (32.42% from 255 or 18.64% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA529C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA529C is #35AD63. Grayscale: #7E7E7E. Windows color (decimal): -3517796 or 10244810. OLE color: 10244810.

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

Color convert

RGB 202 82 156 -
CMYK 0 0.59 0.23 0.21
HSL 323º 0.53% 0.56% -
HSV(B) 323º 0.59% 0.79% -
XYZ 33.38 20.99 33.75 -
YUV 126.32 144.76 181.98 -
System Red Green Blue C M Y K H S L
Decimal 202 82 156 0 0.59 0.23 0.21 323 0.53 0.56
Hex CA 52 9C 0 3B 17 15 143 35 38
Octal 312 122 234 0 73 27 25 503 65 70
Binary 11001010 1010010 10011100 0 111011 10111 10101 101000011 110101 111000

Color Harmonies of #CA529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA529C

Black with #CA529C

Text Example


Text Example

White with #CA529C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA529C; }

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

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

background-color css

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

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

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

border-color css

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

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

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