Html Css Color HEX #CA5492 Mulberry

📋 copy color: '#CA5492'

red 202 ◦ green 84 ◦ blue 146

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

Shades of Mulberry #CA5492

Tints of Mulberry #CA5492

RGB

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

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

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

R = 46.76%
G = 19.44%
B = 33.8%

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

#CA5492 (or 0xCA5492) is known color: Mulberry. HEX triplet: CA, 54 and 92. RGB value is (202,84,146). Sum of RGB (Red+Green+Blue) = 202+84+146=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 146 (57.42% from 255 or 33.80% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5492 is #35AB6D. Grayscale: #7E7E7E. Windows color (decimal): -3517294 or 9589962. OLE color: 9589962.

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

Color convert

RGB 202 84 146 -
CMYK 0 0.58 0.28 0.21
HSL 328.47º 0.53% 0.56% -
HSV(B) 328.47º 0.58% 0.79% -
XYZ 32.72 20.97 29.52 -
YUV 126.35 139.09 181.96 -
System Red Green Blue C M Y K H S L
Decimal 202 84 146 0 0.58 0.28 0.21 328.47 0.53 0.56
Hex CA 54 92 0 3A 1C 15 148 35 38
Octal 312 124 222 0 72 34 25 510 65 70
Binary 11001010 1010100 10010010 0 111010 11100 10101 101001000 110101 111000

Color Harmonies of #CA5492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5492

Black with #CA5492

Text Example


Text Example

White with #CA5492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5492; }

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

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

background-color css

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

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

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

border-color css

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

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

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