Html Css Color HEX #CA5592 Mulberry

📋 copy color: '#CA5592'

red 202 ◦ green 85 ◦ blue 146

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

Shades of Mulberry #CA5592

Tints of Mulberry #CA5592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.72%

R = 46.65%
G = 19.63%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#CA5592 (or 0xCA5592) is known color: Mulberry. HEX triplet: CA, 55 and 92. RGB value is (202,85,146). Sum of RGB (Red+Green+Blue) = 202+85+146=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5592 is #35AA6D. Grayscale: #7E7E7E. Windows color (decimal): -3517038 or 9590218. OLE color: 9590218.

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

Color convert

RGB 202 85 146 -
CMYK 0 0.58 0.28 0.21
HSL 328.72º 0.52% 0.56% -
HSV(B) 328.72º 0.58% 0.79% -
XYZ 32.79 21.13 29.54 -
YUV 126.94 138.76 181.54 -
System Red Green Blue C M Y K H S L
Decimal 202 85 146 0 0.58 0.28 0.21 328.72 0.52 0.56
Hex CA 55 92 0 3A 1C 15 149 34 38
Octal 312 125 222 0 72 34 25 511 64 70
Binary 11001010 1010101 10010010 0 111010 11100 10101 101001001 110100 111000

Color Harmonies of #CA5592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5592

Black with #CA5592

Text Example


Text Example

White with #CA5592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5592; }

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

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

background-color css

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

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

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

border-color css

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

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

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