Html Css Color HEX #CA478B Mulberry

📋 copy color: '#CA478B'

red 202 ◦ green 71 ◦ blue 139

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

Shades of Mulberry #CA478B

Tints of Mulberry #CA478B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.74%

R = 49.03%
G = 17.23%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA478B (or 0xCA478B) is known color: Mulberry. HEX triplet: CA, 47 and 8B. RGB value is (202,71,139). Sum of RGB (Red+Green+Blue) = 202+71+139=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 71 (28.12% from 255 or 17.23% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA478B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA478B is #35B874. Grayscale: #757575. Windows color (decimal): -3520629 or 9127882. OLE color: 9127882.

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

Color convert

RGB 202 71 139 -
CMYK 0 0.65 0.31 0.21
HSL 328.85º 0.55% 0.54% -
HSV(B) 328.85º 0.65% 0.79% -
XYZ 31.27 18.93 26.43 -
YUV 117.92 139.9 187.97 -
System Red Green Blue C M Y K H S L
Decimal 202 71 139 0 0.65 0.31 0.21 328.85 0.55 0.54
Hex CA 47 8B 0 41 1F 15 149 37 36
Octal 312 107 213 0 101 37 25 511 67 66
Binary 11001010 1000111 10001011 0 1000001 11111 10101 101001001 110111 110110

Color Harmonies of #CA478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA478B

Black with #CA478B

Text Example


Text Example

White with #CA478B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA478B; }

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

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

background-color css

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

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

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

border-color css

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

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

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