Html Css Color HEX #CA5597 Mulberry

📋 copy color: '#CA5597'

red 202 ◦ green 85 ◦ blue 151

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

Shades of Mulberry #CA5597

Tints of Mulberry #CA5597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.47%

R = 46.12%
G = 19.41%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#CA5597 (or 0xCA5597) is known color: Mulberry. HEX triplet: CA, 55 and 97. RGB value is (202,85,151). Sum of RGB (Red+Green+Blue) = 202+85+151=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 151 (59.38% from 255 or 34.47% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5597 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5597 is #35AA68. Grayscale: #7F7F7F. Windows color (decimal): -3517033 or 9917898. OLE color: 9917898.

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

Color convert

RGB 202 85 151 -
CMYK 0 0.58 0.25 0.21
HSL 326.15º 0.52% 0.56% -
HSV(B) 326.15º 0.58% 0.79% -
XYZ 33.19 21.29 31.64 -
YUV 127.51 141.26 181.13 -
System Red Green Blue C M Y K H S L
Decimal 202 85 151 0 0.58 0.25 0.21 326.15 0.52 0.56
Hex CA 55 97 0 3A 19 15 146 34 38
Octal 312 125 227 0 72 31 25 506 64 70
Binary 11001010 1010101 10010111 0 111010 11001 10101 101000110 110100 111000

Color Harmonies of #CA5597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5597

Black with #CA5597

Text Example


Text Example

White with #CA5597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5597; }

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

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

background-color css

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

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

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

border-color css

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

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

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