Html Css Color HEX #CA4591 Mulberry

📋 copy color: '#CA4591'

red 202 ◦ green 69 ◦ blue 145

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

Shades of Mulberry #CA4591

Tints of Mulberry #CA4591

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.59%

 BLUE value IS 145 (57.03% from 255) = 34.86%

R = 48.56%
G = 16.59%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#CA4591 (or 0xCA4591) is known color: Mulberry. HEX triplet: CA, 45 and 91. RGB value is (202,69,145). Sum of RGB (Red+Green+Blue) = 202+69+145=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 69 (27.34% from 255 or 16.59% from 416); Blue value is 145 (57.03% from 255 or 34.86% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4591 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4591 is #35BA6E. Grayscale: #757575. Windows color (decimal): -3521135 or 9520586. OLE color: 9520586.

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

Color convert

RGB 202 69 145 -
CMYK 0 0.66 0.28 0.21
HSL 325.71º 0.56% 0.53% -
HSV(B) 325.71º 0.66% 0.79% -
XYZ 31.6 18.86 28.76 -
YUV 117.43 143.56 188.32 -
System Red Green Blue C M Y K H S L
Decimal 202 69 145 0 0.66 0.28 0.21 325.71 0.56 0.53
Hex CA 45 91 0 42 1C 15 146 38 35
Octal 312 105 221 0 102 34 25 506 70 65
Binary 11001010 1000101 10010001 0 1000010 11100 10101 101000110 111000 110101

Color Harmonies of #CA4591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4591

Black with #CA4591

Text Example


Text Example

White with #CA4591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4591; }

 p { color: rgb(202,69,145); }

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

background-color css

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

 a { background-color: rgb(202,69,145); }

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

border-color css

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

 span { border-color: rgb(202,69,145); }

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