Html Css Color HEX #CA4A9C Mulberry

📋 copy color: '#CA4A9C'

red 202 ◦ green 74 ◦ blue 156

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

Shades of Mulberry #CA4A9C

Tints of Mulberry #CA4A9C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.13%

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

R = 46.76%
G = 17.13%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CA4A9C (or 0xCA4A9C) is known color: Mulberry. HEX triplet: CA, 4A and 9C. RGB value is (202,74,156). Sum of RGB (Red+Green+Blue) = 202+74+156=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4A9C is #35B563. Grayscale: #797979. Windows color (decimal): -3519844 or 10242762. OLE color: 10242762.

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

Color convert

RGB 202 74 156 -
CMYK 0 0.63 0.23 0.21
HSL 321.56º 0.55% 0.54% -
HSV(B) 321.56º 0.63% 0.79% -
XYZ 32.81 19.85 33.56 -
YUV 121.62 147.41 185.33 -
System Red Green Blue C M Y K H S L
Decimal 202 74 156 0 0.63 0.23 0.21 321.56 0.55 0.54
Hex CA 4A 9C 0 3F 17 15 142 37 36
Octal 312 112 234 0 77 27 25 502 67 66
Binary 11001010 1001010 10011100 0 111111 10111 10101 101000010 110111 110110

Color Harmonies of #CA4A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4A9C

Black with #CA4A9C

Text Example


Text Example

White with #CA4A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4A9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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