Html Css Color HEX #CA5BA2 Mulberry

📋 copy color: '#CA5BA2'

red 202 ◦ green 91 ◦ blue 162

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

Shades of Mulberry #CA5BA2

Tints of Mulberry #CA5BA2

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20%

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

R = 44.4%
G = 20%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#CA5BA2 (or 0xCA5BA2) is known color: Mulberry. HEX triplet: CA, 5B and A2. RGB value is (202,91,162). Sum of RGB (Red+Green+Blue) = 202+91+162=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 91 (35.94% from 255 or 20% from 455); Blue value is 162 (63.67% from 255 or 35.60% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5BA2 is #35A45D. Grayscale: #848484. Windows color (decimal): -3515486 or 10640330. OLE color: 10640330.

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

Color convert

RGB 202 91 162 -
CMYK 0 0.55 0.20 0.21
HSL 321.62º 0.51% 0.57% -
HSV(B) 321.62º 0.55% 0.79% -
XYZ 34.62 22.65 36.73 -
YUV 132.28 144.77 177.73 -
System Red Green Blue C M Y K H S L
Decimal 202 91 162 0 0.55 0.20 0.21 321.62 0.51 0.57
Hex CA 5B A2 0 37 14 15 142 33 39
Octal 312 133 242 0 67 24 25 502 63 71
Binary 11001010 1011011 10100010 0 110111 10100 10101 101000010 110011 111001

Color Harmonies of #CA5BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5BA2

Black with #CA5BA2

Text Example


Text Example

White with #CA5BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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