Html Css Color HEX #CA5A9A Mulberry

📋 copy color: '#CA5A9A'

red 202 ◦ green 90 ◦ blue 154

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

Shades of Mulberry #CA5A9A

Tints of Mulberry #CA5A9A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.18%

 BLUE value IS 154 (60.55% from 255) = 34.53%

R = 45.29%
G = 20.18%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#CA5A9A (or 0xCA5A9A) is known color: Mulberry. HEX triplet: CA, 5A and 9A. RGB value is (202,90,154). Sum of RGB (Red+Green+Blue) = 202+90+154=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5A9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5A9A is #35A565. Grayscale: #828282. Windows color (decimal): -3515750 or 10115786. OLE color: 10115786.

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

Color convert

RGB 202 90 154 -
CMYK 0 0.55 0.24 0.21
HSL 325.71º 0.51% 0.57% -
HSV(B) 325.71º 0.55% 0.79% -
XYZ 33.85 22.2 33.07 -
YUV 130.78 141.11 178.8 -
System Red Green Blue C M Y K H S L
Decimal 202 90 154 0 0.55 0.24 0.21 325.71 0.51 0.57
Hex CA 5A 9A 0 37 18 15 146 33 39
Octal 312 132 232 0 67 30 25 506 63 71
Binary 11001010 1011010 10011010 0 110111 11000 10101 101000110 110011 111001

Color Harmonies of #CA5A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5A9A

Black with #CA5A9A

Text Example


Text Example

White with #CA5A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5A9A; }

 p { color: rgb(202,90,154); }

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

background-color css

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

 a { background-color: rgb(202,90,154); }

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

border-color css

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

 span { border-color: rgb(202,90,154); }

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