Html Css Color HEX #CA5897 Mulberry

📋 copy color: '#CA5897'

red 202 ◦ green 88 ◦ blue 151

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

Shades of Mulberry #CA5897

Tints of Mulberry #CA5897

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.95%

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

R = 45.8%
G = 19.95%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#CA5897 (or 0xCA5897) is known color: Mulberry. HEX triplet: CA, 58 and 97. RGB value is (202,88,151). Sum of RGB (Red+Green+Blue) = 202+88+151=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 151 (59.38% from 255 or 34.24% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5897 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5897 is #35A768. Grayscale: #818181. Windows color (decimal): -3516265 or 9918666. OLE color: 9918666.

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

Color convert

RGB 202 88 151 -
CMYK 0 0.56 0.25 0.21
HSL 326.84º 0.52% 0.57% -
HSV(B) 326.84º 0.56% 0.79% -
XYZ 33.43 21.77 31.72 -
YUV 129.27 140.27 179.88 -
System Red Green Blue C M Y K H S L
Decimal 202 88 151 0 0.56 0.25 0.21 326.84 0.52 0.57
Hex CA 58 97 0 38 19 15 147 34 39
Octal 312 130 227 0 70 31 25 507 64 71
Binary 11001010 1011000 10010111 0 111000 11001 10101 101000111 110100 111001

Color Harmonies of #CA5897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5897

Black with #CA5897

Text Example


Text Example

White with #CA5897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5897; }

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

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

background-color css

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

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

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

border-color css

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

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

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