Html Css Color HEX #CA488A Mulberry

📋 copy color: '#CA488A'

red 202 ◦ green 72 ◦ blue 138

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

Shades of Mulberry #CA488A

Tints of Mulberry #CA488A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.48%

 BLUE value IS 138 (54.3% from 255) = 33.5%

R = 49.03%
G = 17.48%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA488A (or 0xCA488A) is known color: Mulberry. HEX triplet: CA, 48 and 8A. RGB value is (202,72,138). Sum of RGB (Red+Green+Blue) = 202+72+138=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 72 (28.52% from 255 or 17.48% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA488A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA488A is #35B775. Grayscale: #767676. Windows color (decimal): -3520374 or 9062602. OLE color: 9062602.

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

Color convert

RGB 202 72 138 -
CMYK 0 0.64 0.32 0.21
HSL 329.54º 0.55% 0.54% -
HSV(B) 329.54º 0.64% 0.79% -
XYZ 31.26 19.03 26.07 -
YUV 118.39 139.07 187.63 -
System Red Green Blue C M Y K H S L
Decimal 202 72 138 0 0.64 0.32 0.21 329.54 0.55 0.54
Hex CA 48 8A 0 40 20 15 14A 37 36
Octal 312 110 212 0 100 40 25 512 67 66
Binary 11001010 1001000 10001010 0 1000000 100000 10101 101001010 110111 110110

Color Harmonies of #CA488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA488A

Black with #CA488A

Text Example


Text Example

White with #CA488A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA488A; }

 p { color: rgb(202,72,138); }

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

background-color css

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

 a { background-color: rgb(202,72,138); }

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

border-color css

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

 span { border-color: rgb(202,72,138); }

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