Html Css Color HEX #CA558C Mulberry

📋 copy color: '#CA558C'

red 202 ◦ green 85 ◦ blue 140

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

Shades of Mulberry #CA558C

Tints of Mulberry #CA558C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.79%

R = 47.31%
G = 19.91%
B = 32.79%

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

#CA558C (or 0xCA558C) is known color: Mulberry. HEX triplet: CA, 55 and 8C. RGB value is (202,85,140). Sum of RGB (Red+Green+Blue) = 202+85+140=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 85 (33.59% from 255 or 19.91% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA558C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA558C is #35AA73. Grayscale: #7E7E7E. Windows color (decimal): -3517044 or 9197002. OLE color: 9197002.

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

Color convert

RGB 202 85 140 -
CMYK 0 0.58 0.31 0.21
HSL 331.79º 0.52% 0.56% -
HSV(B) 331.79º 0.58% 0.79% -
XYZ 32.34 20.95 27.15 -
YUV 126.25 135.76 182.03 -
System Red Green Blue C M Y K H S L
Decimal 202 85 140 0 0.58 0.31 0.21 331.79 0.52 0.56
Hex CA 55 8C 0 3A 1F 15 14C 34 38
Octal 312 125 214 0 72 37 25 514 64 70
Binary 11001010 1010101 10001100 0 111010 11111 10101 101001100 110100 111000

Color Harmonies of #CA558C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA558C

Black with #CA558C

Text Example


Text Example

White with #CA558C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA558C; }

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

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

background-color css

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

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

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

border-color css

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

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

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