Html Css Color HEX #CA40A2 Mulberry

📋 copy color: '#CA40A2'

red 202 ◦ green 64 ◦ blue 162

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

Shades of Mulberry #CA40A2

Tints of Mulberry #CA40A2

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.95%

 BLUE value IS 162 (63.67% from 255) = 37.85%

R = 47.2%
G = 14.95%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#CA40A2 (or 0xCA40A2) is known color: Mulberry. HEX triplet: CA, 40 and A2. RGB value is (202,64,162). Sum of RGB (Red+Green+Blue) = 202+64+162=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 64 (25.39% from 255 or 14.95% from 428); Blue value is 162 (63.67% from 255 or 37.85% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA40A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA40A2 is #35BF5D. Grayscale: #747474. Windows color (decimal): -3522398 or 10633418. OLE color: 10633418.

HSL color Cylindrical-coordinate representation of color #CA40A2: hue angle of 317.39º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA40A2 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 64 162 -
CMYK 0 0.68 0.20 0.21
HSL 317.39º 0.57% 0.52% -
HSV(B) 317.39º 0.68% 0.79% -
XYZ 32.71 18.83 36.09 -
YUV 116.43 153.72 189.03 -
System Red Green Blue C M Y K H S L
Decimal 202 64 162 0 0.68 0.20 0.21 317.39 0.57 0.52
Hex CA 40 A2 0 44 14 15 13D 39 34
Octal 312 100 242 0 104 24 25 475 71 64
Binary 11001010 1000000 10100010 0 1000100 10100 10101 100111101 111001 110100

Color Harmonies of #CA40A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA40A2

Black with #CA40A2

Text Example


Text Example

White with #CA40A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA40A2; }

 p { color: rgb(202,64,162); }

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

background-color css

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

 a { background-color: rgb(202,64,162); }

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

border-color css

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

 span { border-color: rgb(202,64,162); }

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