Html Css Color HEX #CA477E Mulberry

📋 copy color: '#CA477E'

red 202 ◦ green 71 ◦ blue 126

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

Shades of Mulberry #CA477E

Tints of Mulberry #CA477E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.58%

R = 50.63%
G = 17.79%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA477E (or 0xCA477E) is known color: Mulberry. HEX triplet: CA, 47 and 7E. RGB value is (202,71,126). Sum of RGB (Red+Green+Blue) = 202+71+126=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 71 (28.12% from 255 or 17.79% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA477E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA477E is #35B881. Grayscale: #747474. Windows color (decimal): -3520642 or 8275914. OLE color: 8275914.

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

Color convert

RGB 202 71 126 -
CMYK 0 0.65 0.38 0.21
HSL 334.81º 0.55% 0.54% -
HSV(B) 334.81º 0.65% 0.79% -
XYZ 30.38 18.57 21.72 -
YUV 116.44 133.4 189.03 -
System Red Green Blue C M Y K H S L
Decimal 202 71 126 0 0.65 0.38 0.21 334.81 0.55 0.54
Hex CA 47 7E 0 41 26 15 14F 37 36
Octal 312 107 176 0 101 46 25 517 67 66
Binary 11001010 1000111 1111110 0 1000001 100110 10101 101001111 110111 110110

Color Harmonies of #CA477E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA477E

Black with #CA477E

Text Example


Text Example

White with #CA477E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA477E; }

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

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

background-color css

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

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

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

border-color css

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

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

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