Html Css Color HEX #CA499C Mulberry

📋 copy color: '#CA499C'

red 202 ◦ green 73 ◦ blue 156

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

Shades of Mulberry #CA499C

Tints of Mulberry #CA499C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.19%

R = 46.87%
G = 16.94%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CA499C (or 0xCA499C) is known color: Mulberry. HEX triplet: CA, 49 and 9C. RGB value is (202,73,156). Sum of RGB (Red+Green+Blue) = 202+73+156=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA499C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA499C is #35B663. Grayscale: #787878. Windows color (decimal): -3520100 or 10242506. OLE color: 10242506.

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

Color convert

RGB 202 73 156 -
CMYK 0 0.64 0.23 0.21
HSL 321.4º 0.55% 0.54% -
HSV(B) 321.4º 0.64% 0.79% -
XYZ 32.74 19.72 33.53 -
YUV 121.03 147.74 185.75 -
System Red Green Blue C M Y K H S L
Decimal 202 73 156 0 0.64 0.23 0.21 321.4 0.55 0.54
Hex CA 49 9C 0 40 17 15 141 37 36
Octal 312 111 234 0 100 27 25 501 67 66
Binary 11001010 1001001 10011100 0 1000000 10111 10101 101000001 110111 110110

Color Harmonies of #CA499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA499C

Black with #CA499C

Text Example


Text Example

White with #CA499C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA499C; }

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

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

background-color css

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

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

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

border-color css

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

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

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