Html Css Color HEX #CA5495 Mulberry

📋 copy color: '#CA5495'

red 202 ◦ green 84 ◦ blue 149

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

Shades of Mulberry #CA5495

Tints of Mulberry #CA5495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.25%

R = 46.44%
G = 19.31%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CA5495 (or 0xCA5495) is known color: Mulberry. HEX triplet: CA, 54 and 95. RGB value is (202,84,149). Sum of RGB (Red+Green+Blue) = 202+84+149=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5495 is #35AB6A. Grayscale: #7E7E7E. Windows color (decimal): -3517291 or 9786570. OLE color: 9786570.

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

Color convert

RGB 202 84 149 -
CMYK 0 0.58 0.26 0.21
HSL 326.95º 0.53% 0.56% -
HSV(B) 326.95º 0.58% 0.79% -
XYZ 32.95 21.07 30.76 -
YUV 126.69 140.59 181.71 -
System Red Green Blue C M Y K H S L
Decimal 202 84 149 0 0.58 0.26 0.21 326.95 0.53 0.56
Hex CA 54 95 0 3A 1A 15 147 35 38
Octal 312 124 225 0 72 32 25 507 65 70
Binary 11001010 1010100 10010101 0 111010 11010 10101 101000111 110101 111000

Color Harmonies of #CA5495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5495

Black with #CA5495

Text Example


Text Example

White with #CA5495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5495; }

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

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

background-color css

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

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

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

border-color css

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

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

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