Html Css Color HEX #CA5BA3 Mulberry

📋 copy color: '#CA5BA3'

red 202 ◦ green 91 ◦ blue 163

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

Shades of Mulberry #CA5BA3

Tints of Mulberry #CA5BA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 35.75%

R = 44.3%
G = 19.96%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#CA5BA3 (or 0xCA5BA3) is known color: Mulberry. HEX triplet: CA, 5B and A3. RGB value is (202,91,163). Sum of RGB (Red+Green+Blue) = 202+91+163=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 91 (35.94% from 255 or 19.96% from 456); Blue value is 163 (64.06% from 255 or 35.75% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5BA3 is #35A45C. Grayscale: #848484. Windows color (decimal): -3515485 or 10705866. OLE color: 10705866.

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

Color convert

RGB 202 91 163 -
CMYK 0 0.55 0.19 0.21
HSL 321.08º 0.51% 0.57% -
HSV(B) 321.08º 0.55% 0.79% -
XYZ 34.71 22.68 37.2 -
YUV 132.4 145.27 177.65 -
System Red Green Blue C M Y K H S L
Decimal 202 91 163 0 0.55 0.19 0.21 321.08 0.51 0.57
Hex CA 5B A3 0 37 13 15 141 33 39
Octal 312 133 243 0 67 23 25 501 63 71
Binary 11001010 1011011 10100011 0 110111 10011 10101 101000001 110011 111001

Color Harmonies of #CA5BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5BA3

Black with #CA5BA3

Text Example


Text Example

White with #CA5BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5BA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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