Html Css Color HEX #CA477F Mulberry

📋 copy color: '#CA477F'

red 202 ◦ green 71 ◦ blue 127

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

Shades of Mulberry #CA477F

Tints of Mulberry #CA477F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.75%

R = 50.5%
G = 17.75%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA477F (or 0xCA477F) is known color: Mulberry. HEX triplet: CA, 47 and 7F. RGB value is (202,71,127). Sum of RGB (Red+Green+Blue) = 202+71+127=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 71 (28.12% from 255 or 17.75% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA477F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA477F is #35B880. Grayscale: #747474. Windows color (decimal): -3520641 or 8341450. OLE color: 8341450.

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

Color convert

RGB 202 71 127 -
CMYK 0 0.65 0.37 0.21
HSL 334.35º 0.55% 0.54% -
HSV(B) 334.35º 0.65% 0.79% -
XYZ 30.44 18.6 22.06 -
YUV 116.55 133.9 188.95 -
System Red Green Blue C M Y K H S L
Decimal 202 71 127 0 0.65 0.37 0.21 334.35 0.55 0.54
Hex CA 47 7F 0 41 25 15 14E 37 36
Octal 312 107 177 0 101 45 25 516 67 66
Binary 11001010 1000111 1111111 0 1000001 100101 10101 101001110 110111 110110

Color Harmonies of #CA477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA477F

Black with #CA477F

Text Example


Text Example

White with #CA477F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA477F; }

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

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

background-color css

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

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

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

border-color css

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

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

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