Html Css Color HEX #CA539B Mulberry

📋 copy color: '#CA539B'

red 202 ◦ green 83 ◦ blue 155

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

Shades of Mulberry #CA539B

Tints of Mulberry #CA539B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.86%

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

R = 45.91%
G = 18.86%
B = 35.23%

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

#CA539B (or 0xCA539B) is known color: Mulberry. HEX triplet: CA, 53 and 9B. RGB value is (202,83,155). Sum of RGB (Red+Green+Blue) = 202+83+155=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 83 (32.81% from 255 or 18.86% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA539B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA539B is #35AC64. Grayscale: #7E7E7E. Windows color (decimal): -3517541 or 10179530. OLE color: 10179530.

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

Color convert

RGB 202 83 155 -
CMYK 0 0.59 0.23 0.21
HSL 323.7º 0.53% 0.56% -
HSV(B) 323.7º 0.59% 0.79% -
XYZ 33.37 21.11 33.33 -
YUV 126.79 143.92 181.65 -
System Red Green Blue C M Y K H S L
Decimal 202 83 155 0 0.59 0.23 0.21 323.7 0.53 0.56
Hex CA 53 9B 0 3B 17 15 144 35 38
Octal 312 123 233 0 73 27 25 504 65 70
Binary 11001010 1010011 10011011 0 111011 10111 10101 101000100 110101 111000

Color Harmonies of #CA539B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA539B

Black with #CA539B

Text Example


Text Example

White with #CA539B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA539B; }

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

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

background-color css

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

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

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

border-color css

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

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

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