Html Css Color HEX #CA498A Mulberry

📋 copy color: '#CA498A'

red 202 ◦ green 73 ◦ blue 138

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

Shades of Mulberry #CA498A

Tints of Mulberry #CA498A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.68%

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

R = 48.91%
G = 17.68%
B = 33.41%

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

#CA498A (or 0xCA498A) is known color: Mulberry. HEX triplet: CA, 49 and 8A. RGB value is (202,73,138). Sum of RGB (Red+Green+Blue) = 202+73+138=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA498A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA498A is #35B675. Grayscale: #767676. Windows color (decimal): -3520118 or 9062858. OLE color: 9062858.

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

Color convert

RGB 202 73 138 -
CMYK 0 0.64 0.32 0.21
HSL 329.77º 0.55% 0.54% -
HSV(B) 329.77º 0.64% 0.79% -
XYZ 31.33 19.16 26.09 -
YUV 118.98 138.74 187.21 -
System Red Green Blue C M Y K H S L
Decimal 202 73 138 0 0.64 0.32 0.21 329.77 0.55 0.54
Hex CA 49 8A 0 40 20 15 14A 37 36
Octal 312 111 212 0 100 40 25 512 67 66
Binary 11001010 1001001 10001010 0 1000000 100000 10101 101001010 110111 110110

Color Harmonies of #CA498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA498A

Black with #CA498A

Text Example


Text Example

White with #CA498A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA498A; }

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

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

background-color css

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

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

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

border-color css

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

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

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