Html Css Color HEX #CA4794 Mulberry

📋 copy color: '#CA4794'

red 202 ◦ green 71 ◦ blue 148

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

Shades of Mulberry #CA4794

Tints of Mulberry #CA4794

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.86%

 BLUE value IS 148 (58.2% from 255) = 35.15%

R = 47.98%
G = 16.86%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#CA4794 (or 0xCA4794) is known color: Mulberry. HEX triplet: CA, 47 and 94. RGB value is (202,71,148). Sum of RGB (Red+Green+Blue) = 202+71+148=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 71 (28.12% from 255 or 16.86% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4794 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4794 is #35B86B. Grayscale: #767676. Windows color (decimal): -3520620 or 9717706. OLE color: 9717706.

HSL color Cylindrical-coordinate representation of color #CA4794: hue angle of 324.73º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA4794 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 71 148 -
CMYK 0 0.65 0.27 0.21
HSL 324.73º 0.55% 0.54% -
HSV(B) 324.73º 0.65% 0.79% -
XYZ 31.96 19.2 30.04 -
YUV 118.95 144.4 187.24 -
System Red Green Blue C M Y K H S L
Decimal 202 71 148 0 0.65 0.27 0.21 324.73 0.55 0.54
Hex CA 47 94 0 41 1B 15 145 37 36
Octal 312 107 224 0 101 33 25 505 67 66
Binary 11001010 1000111 10010100 0 1000001 11011 10101 101000101 110111 110110

Color Harmonies of #CA4794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4794

Black with #CA4794

Text Example


Text Example

White with #CA4794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4794; }

 p { color: rgb(202,71,148); }

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

background-color css

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

 a { background-color: rgb(202,71,148); }

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

border-color css

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

 span { border-color: rgb(202,71,148); }

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