Html Css Color HEX #CA509A Mulberry

📋 copy color: '#CA509A'

red 202 ◦ green 80 ◦ blue 154

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

Shades of Mulberry #CA509A

Tints of Mulberry #CA509A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.35%

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

R = 46.33%
G = 18.35%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#CA509A (or 0xCA509A) is known color: Mulberry. HEX triplet: CA, 50 and 9A. RGB value is (202,80,154). Sum of RGB (Red+Green+Blue) = 202+80+154=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA509A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA509A is #35AF65. Grayscale: #7C7C7C. Windows color (decimal): -3518310 or 10113226. OLE color: 10113226.

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

Color convert

RGB 202 80 154 -
CMYK 0 0.60 0.24 0.21
HSL 323.61º 0.54% 0.55% -
HSV(B) 323.61º 0.6% 0.79% -
XYZ 33.06 20.63 32.81 -
YUV 124.91 144.42 182.98 -
System Red Green Blue C M Y K H S L
Decimal 202 80 154 0 0.60 0.24 0.21 323.61 0.54 0.55
Hex CA 50 9A 0 3C 18 15 144 36 37
Octal 312 120 232 0 74 30 25 504 66 67
Binary 11001010 1010000 10011010 0 111100 11000 10101 101000100 110110 110111

Color Harmonies of #CA509A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA509A

Black with #CA509A

Text Example


Text Example

White with #CA509A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA509A; }

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

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

background-color css

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

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

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

border-color css

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

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

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