Html Css Color HEX #CA558F Mulberry

📋 copy color: '#CA558F'

red 202 ◦ green 85 ◦ blue 143

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

Shades of Mulberry #CA558F

Tints of Mulberry #CA558F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.77%

 BLUE value IS 143 (56.25% from 255) = 33.26%

R = 46.98%
G = 19.77%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA558F (or 0xCA558F) is known color: Mulberry. HEX triplet: CA, 55 and 8F. RGB value is (202,85,143). Sum of RGB (Red+Green+Blue) = 202+85+143=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA558F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA558F is #35AA70. Grayscale: #7E7E7E. Windows color (decimal): -3517041 or 9393610. OLE color: 9393610.

HSL color Cylindrical-coordinate representation of color #CA558F: hue angle of 330.26º degrees, saturation: 0.52, 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 #CA558F is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 85 143 -
CMYK 0 0.58 0.29 0.21
HSL 330.26º 0.52% 0.56% -
HSV(B) 330.26º 0.58% 0.79% -
XYZ 32.56 21.04 28.33 -
YUV 126.6 137.26 181.78 -
System Red Green Blue C M Y K H S L
Decimal 202 85 143 0 0.58 0.29 0.21 330.26 0.52 0.56
Hex CA 55 8F 0 3A 1D 15 14A 34 38
Octal 312 125 217 0 72 35 25 512 64 70
Binary 11001010 1010101 10001111 0 111010 11101 10101 101001010 110100 111000

Color Harmonies of #CA558F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA558F

Black with #CA558F

Text Example


Text Example

White with #CA558F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA558F; }

 p { color: rgb(202,85,143); }

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

background-color css

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

 a { background-color: rgb(202,85,143); }

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

border-color css

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

 span { border-color: rgb(202,85,143); }

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