Html Css Color HEX #CA4599 Mulberry

📋 copy color: '#CA4599'

red 202 ◦ green 69 ◦ blue 153

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

Shades of Mulberry #CA4599

Tints of Mulberry #CA4599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.08%

R = 47.64%
G = 16.27%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#CA4599 (or 0xCA4599) is known color: Mulberry. HEX triplet: CA, 45 and 99. RGB value is (202,69,153). Sum of RGB (Red+Green+Blue) = 202+69+153=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 69 (27.34% from 255 or 16.27% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4599 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4599 is #35BA66. Grayscale: #767676. Windows color (decimal): -3521127 or 10044874. OLE color: 10044874.

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

Color convert

RGB 202 69 153 -
CMYK 0 0.66 0.24 0.21
HSL 322.11º 0.56% 0.53% -
HSV(B) 322.11º 0.66% 0.79% -
XYZ 32.24 19.11 32.13 -
YUV 118.34 147.56 187.67 -
System Red Green Blue C M Y K H S L
Decimal 202 69 153 0 0.66 0.24 0.21 322.11 0.56 0.53
Hex CA 45 99 0 42 18 15 142 38 35
Octal 312 105 231 0 102 30 25 502 70 65
Binary 11001010 1000101 10011001 0 1000010 11000 10101 101000010 111000 110101

Color Harmonies of #CA4599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4599

Black with #CA4599

Text Example


Text Example

White with #CA4599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4599; }

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

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

background-color css

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

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

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

border-color css

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

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

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