Html Css Color HEX #CA558B Mulberry

📋 copy color: '#CA558B'

red 202 ◦ green 85 ◦ blue 139

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

Shades of Mulberry #CA558B

Tints of Mulberry #CA558B

RGB

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

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

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

R = 47.42%
G = 19.95%
B = 32.63%

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

#CA558B (or 0xCA558B) is known color: Mulberry. HEX triplet: CA, 55 and 8B. RGB value is (202,85,139). Sum of RGB (Red+Green+Blue) = 202+85+139=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA558B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA558B is #35AA74. Grayscale: #7E7E7E. Windows color (decimal): -3517045 or 9131466. OLE color: 9131466.

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

Color convert

RGB 202 85 139 -
CMYK 0 0.58 0.31 0.21
HSL 332.31º 0.52% 0.56% -
HSV(B) 332.31º 0.58% 0.79% -
XYZ 32.27 20.92 26.76 -
YUV 126.14 135.26 182.11 -
System Red Green Blue C M Y K H S L
Decimal 202 85 139 0 0.58 0.31 0.21 332.31 0.52 0.56
Hex CA 55 8B 0 3A 1F 15 14C 34 38
Octal 312 125 213 0 72 37 25 514 64 70
Binary 11001010 1010101 10001011 0 111010 11111 10101 101001100 110100 111000

Color Harmonies of #CA558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA558B

Black with #CA558B

Text Example


Text Example

White with #CA558B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA558B; }

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

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

background-color css

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

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

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

border-color css

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

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

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