Html Css Color HEX #CA477C Mulberry

📋 copy color: '#CA477C'

red 202 ◦ green 71 ◦ blue 124

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

Shades of Mulberry #CA477C

Tints of Mulberry #CA477C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.23%

R = 50.88%
G = 17.88%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CA477C (or 0xCA477C) is known color: Mulberry. HEX triplet: CA, 47 and 7C. RGB value is (202,71,124). Sum of RGB (Red+Green+Blue) = 202+71+124=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA477C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA477C is #35B883. Grayscale: #747474. Windows color (decimal): -3520644 or 8144842. OLE color: 8144842.

HSL color Cylindrical-coordinate representation of color #CA477C: hue angle of 335.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 #CA477C is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 71 124 -
CMYK 0 0.65 0.39 0.21
HSL 335.73º 0.55% 0.54% -
HSV(B) 335.73º 0.65% 0.79% -
XYZ 30.25 18.52 21.05 -
YUV 116.21 132.4 189.19 -
System Red Green Blue C M Y K H S L
Decimal 202 71 124 0 0.65 0.39 0.21 335.73 0.55 0.54
Hex CA 47 7C 0 41 27 15 150 37 36
Octal 312 107 174 0 101 47 25 520 67 66
Binary 11001010 1000111 1111100 0 1000001 100111 10101 101010000 110111 110110

Color Harmonies of #CA477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA477C

Black with #CA477C

Text Example


Text Example

White with #CA477C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA477C; }

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

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

background-color css

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

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

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

border-color css

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

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

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