Html Css Color HEX #CA4595 Mulberry

📋 copy color: '#CA4595'

red 202 ◦ green 69 ◦ blue 149

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

Shades of Mulberry #CA4595

Tints of Mulberry #CA4595

RGB

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

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

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

R = 48.1%
G = 16.43%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CA4595 (or 0xCA4595) is known color: Mulberry. HEX triplet: CA, 45 and 95. RGB value is (202,69,149). Sum of RGB (Red+Green+Blue) = 202+69+149=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 69 (27.34% from 255 or 16.43% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4595 is #35BA6A. Grayscale: #757575. Windows color (decimal): -3521131 or 9782730. OLE color: 9782730.

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

Color convert

RGB 202 69 149 -
CMYK 0 0.66 0.26 0.21
HSL 323.91º 0.56% 0.53% -
HSV(B) 323.91º 0.66% 0.79% -
XYZ 31.91 18.98 30.42 -
YUV 117.89 145.56 188 -
System Red Green Blue C M Y K H S L
Decimal 202 69 149 0 0.66 0.26 0.21 323.91 0.56 0.53
Hex CA 45 95 0 42 1A 15 144 38 35
Octal 312 105 225 0 102 32 25 504 70 65
Binary 11001010 1000101 10010101 0 1000010 11010 10101 101000100 111000 110101

Color Harmonies of #CA4595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4595

Black with #CA4595

Text Example


Text Example

White with #CA4595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4595; }

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

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

background-color css

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

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

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

border-color css

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

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

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