Html Css Color HEX #CA4EA6 Mulberry

📋 copy color: '#CA4EA6'

red 202 ◦ green 78 ◦ blue 166

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

Shades of Mulberry #CA4EA6

Tints of Mulberry #CA4EA6

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.49%

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

R = 45.29%
G = 17.49%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#CA4EA6 (or 0xCA4EA6) is known color: Mulberry. HEX triplet: CA, 4E and A6. RGB value is (202,78,166). Sum of RGB (Red+Green+Blue) = 202+78+166=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 78 (30.86% from 255 or 17.49% from 446); Blue value is 166 (65.23% from 255 or 37.22% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4EA6 is #35B159. Grayscale: #7C7C7C. Windows color (decimal): -3518810 or 10899146. OLE color: 10899146.

HSL color Cylindrical-coordinate representation of color #CA4EA6: hue angle of 317.42º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA4EA6 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 78 166 -
CMYK 0 0.61 0.18 0.21
HSL 317.42º 0.54% 0.55% -
HSV(B) 317.42º 0.61% 0.79% -
XYZ 33.96 20.76 38.29 -
YUV 125.11 151.08 182.84 -
System Red Green Blue C M Y K H S L
Decimal 202 78 166 0 0.61 0.18 0.21 317.42 0.54 0.55
Hex CA 4E A6 0 3D 12 15 13D 36 37
Octal 312 116 246 0 75 22 25 475 66 67
Binary 11001010 1001110 10100110 0 111101 10010 10101 100111101 110110 110111

Color Harmonies of #CA4EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4EA6

Black with #CA4EA6

Text Example


Text Example

White with #CA4EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4EA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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