Html Css Color HEX #CA509B Mulberry

📋 copy color: '#CA509B'

red 202 ◦ green 80 ◦ blue 155

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

Shades of Mulberry #CA509B

Tints of Mulberry #CA509B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.47%

R = 46.22%
G = 18.31%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CA509B (or 0xCA509B) is known color: Mulberry. HEX triplet: CA, 50 and 9B. RGB value is (202,80,155). Sum of RGB (Red+Green+Blue) = 202+80+155=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 80 (31.64% from 255 or 18.31% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA509B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA509B is #35AF64. Grayscale: #7C7C7C. Windows color (decimal): -3518309 or 10178762. OLE color: 10178762.

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

Color convert

RGB 202 80 155 -
CMYK 0 0.60 0.23 0.21
HSL 323.11º 0.54% 0.55% -
HSV(B) 323.11º 0.6% 0.79% -
XYZ 33.14 20.66 33.25 -
YUV 125.03 144.92 182.9 -
System Red Green Blue C M Y K H S L
Decimal 202 80 155 0 0.60 0.23 0.21 323.11 0.54 0.55
Hex CA 50 9B 0 3C 17 15 143 36 37
Octal 312 120 233 0 74 27 25 503 66 67
Binary 11001010 1010000 10011011 0 111100 10111 10101 101000011 110110 110111

Color Harmonies of #CA509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA509B

Black with #CA509B

Text Example


Text Example

White with #CA509B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA509B; }

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

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

background-color css

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

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

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

border-color css

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

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

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