Html Css Color HEX #CA4AA6 Mulberry

📋 copy color: '#CA4AA6'

red 202 ◦ green 74 ◦ blue 166

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

Shades of Mulberry #CA4AA6

Tints of Mulberry #CA4AA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 37.56%

R = 45.7%
G = 16.74%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#CA4AA6 (or 0xCA4AA6) is known color: Mulberry. HEX triplet: CA, 4A and A6. RGB value is (202,74,166). Sum of RGB (Red+Green+Blue) = 202+74+166=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 74 (29.30% from 255 or 16.74% from 442); Blue value is 166 (65.23% from 255 or 37.56% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4AA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4AA6 is #35B559. Grayscale: #7A7A7A. Windows color (decimal): -3519834 or 10898122. OLE color: 10898122.

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

Color convert

RGB 202 74 166 -
CMYK 0 0.63 0.18 0.21
HSL 316.88º 0.55% 0.54% -
HSV(B) 316.88º 0.63% 0.79% -
XYZ 33.69 20.21 38.2 -
YUV 122.76 152.41 184.52 -
System Red Green Blue C M Y K H S L
Decimal 202 74 166 0 0.63 0.18 0.21 316.88 0.55 0.54
Hex CA 4A A6 0 3F 12 15 13D 37 36
Octal 312 112 246 0 77 22 25 475 67 66
Binary 11001010 1001010 10100110 0 111111 10010 10101 100111101 110111 110110

Color Harmonies of #CA4AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4AA6

Black with #CA4AA6

Text Example


Text Example

White with #CA4AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4AA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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