Html Css Color HEX #CA548B Mulberry

📋 copy color: '#CA548B'

red 202 ◦ green 84 ◦ blue 139

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

Shades of Mulberry #CA548B

Tints of Mulberry #CA548B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.76%

 BLUE value IS 139 (54.69% from 255) = 32.71%

R = 47.53%
G = 19.76%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA548B (or 0xCA548B) is known color: Mulberry. HEX triplet: CA, 54 and 8B. RGB value is (202,84,139). Sum of RGB (Red+Green+Blue) = 202+84+139=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA548B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA548B is #35AB74. Grayscale: #7D7D7D. Windows color (decimal): -3517301 or 9131210. OLE color: 9131210.

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

Color convert

RGB 202 84 139 -
CMYK 0 0.58 0.31 0.21
HSL 332.03º 0.53% 0.56% -
HSV(B) 332.03º 0.58% 0.79% -
XYZ 32.19 20.76 26.74 -
YUV 125.55 135.59 182.53 -
System Red Green Blue C M Y K H S L
Decimal 202 84 139 0 0.58 0.31 0.21 332.03 0.53 0.56
Hex CA 54 8B 0 3A 1F 15 14C 35 38
Octal 312 124 213 0 72 37 25 514 65 70
Binary 11001010 1010100 10001011 0 111010 11111 10101 101001100 110101 111000

Color Harmonies of #CA548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA548B

Black with #CA548B

Text Example


Text Example

White with #CA548B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA548B; }

 p { color: rgb(202,84,139); }

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

background-color css

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

 a { background-color: rgb(202,84,139); }

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

border-color css

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

 span { border-color: rgb(202,84,139); }

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