Html Css Color HEX #CA4BA2 Mulberry

📋 copy color: '#CA4BA2'

red 202 ◦ green 75 ◦ blue 162

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

Shades of Mulberry #CA4BA2

Tints of Mulberry #CA4BA2

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.08%

 BLUE value IS 162 (63.67% from 255) = 36.9%

R = 46.01%
G = 17.08%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#CA4BA2 (or 0xCA4BA2) is known color: Mulberry. HEX triplet: CA, 4B and A2. RGB value is (202,75,162). Sum of RGB (Red+Green+Blue) = 202+75+162=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 75 (29.69% from 255 or 17.08% from 439); Blue value is 162 (63.67% from 255 or 36.90% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4BA2 is #35B45D. Grayscale: #7A7A7A. Windows color (decimal): -3519582 or 10636234. OLE color: 10636234.

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

Color convert

RGB 202 75 162 -
CMYK 0 0.63 0.20 0.21
HSL 318.9º 0.55% 0.54% -
HSV(B) 318.9º 0.63% 0.79% -
XYZ 33.39 20.2 36.32 -
YUV 122.89 150.08 184.43 -
System Red Green Blue C M Y K H S L
Decimal 202 75 162 0 0.63 0.20 0.21 318.9 0.55 0.54
Hex CA 4B A2 0 3F 14 15 13F 37 36
Octal 312 113 242 0 77 24 25 477 67 66
Binary 11001010 1001011 10100010 0 111111 10100 10101 100111111 110111 110110

Color Harmonies of #CA4BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4BA2

Black with #CA4BA2

Text Example


Text Example

White with #CA4BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4BA2; }

 p { color: rgb(202,75,162); }

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

background-color css

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

 a { background-color: rgb(202,75,162); }

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

border-color css

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

 span { border-color: rgb(202,75,162); }

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