Html Css Color HEX #CA5797 Mulberry

📋 copy color: '#CA5797'

red 202 ◦ green 87 ◦ blue 151

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

Shades of Mulberry #CA5797

Tints of Mulberry #CA5797

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.77%

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

R = 45.91%
G = 19.77%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#CA5797 (or 0xCA5797) is known color: Mulberry. HEX triplet: CA, 57 and 97. RGB value is (202,87,151). Sum of RGB (Red+Green+Blue) = 202+87+151=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 87 (34.38% from 255 or 19.77% from 440); Blue value is 151 (59.38% from 255 or 34.32% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5797 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5797 is #35A868. Grayscale: #808080. Windows color (decimal): -3516521 or 9918410. OLE color: 9918410.

HSL color Cylindrical-coordinate representation of color #CA5797: hue angle of 326.61º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA5797 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 87 151 -
CMYK 0 0.57 0.25 0.21
HSL 326.61º 0.52% 0.57% -
HSV(B) 326.61º 0.57% 0.79% -
XYZ 33.35 21.61 31.69 -
YUV 128.68 140.6 180.3 -
System Red Green Blue C M Y K H S L
Decimal 202 87 151 0 0.57 0.25 0.21 326.61 0.52 0.57
Hex CA 57 97 0 39 19 15 147 34 39
Octal 312 127 227 0 71 31 25 507 64 71
Binary 11001010 1010111 10010111 0 111001 11001 10101 101000111 110100 111001

Color Harmonies of #CA5797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5797

Black with #CA5797

Text Example


Text Example

White with #CA5797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5797; }

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

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

background-color css

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

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

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

border-color css

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

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

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