Html Css Color HEX #CA499B Mulberry

📋 copy color: '#CA499B'

red 202 ◦ green 73 ◦ blue 155

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

Shades of Mulberry #CA499B

Tints of Mulberry #CA499B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.05%

R = 46.98%
G = 16.98%
B = 36.05%

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

#CA499B (or 0xCA499B) is known color: Mulberry. HEX triplet: CA, 49 and 9B. RGB value is (202,73,155). Sum of RGB (Red+Green+Blue) = 202+73+155=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA499B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA499B is #35B664. Grayscale: #787878. Windows color (decimal): -3520101 or 10176970. OLE color: 10176970.

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

Color convert

RGB 202 73 155 -
CMYK 0 0.64 0.23 0.21
HSL 321.86º 0.55% 0.54% -
HSV(B) 321.86º 0.64% 0.79% -
XYZ 32.66 19.69 33.09 -
YUV 120.92 147.24 185.83 -
System Red Green Blue C M Y K H S L
Decimal 202 73 155 0 0.64 0.23 0.21 321.86 0.55 0.54
Hex CA 49 9B 0 40 17 15 142 37 36
Octal 312 111 233 0 100 27 25 502 67 66
Binary 11001010 1001001 10011011 0 1000000 10111 10101 101000010 110111 110110

Color Harmonies of #CA499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA499B

Black with #CA499B

Text Example


Text Example

White with #CA499B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA499B; }

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

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

background-color css

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

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

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

border-color css

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

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

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