Html Css Color HEX #CA5083 Mulberry

📋 copy color: '#CA5083'

red 202 ◦ green 80 ◦ blue 131

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

Shades of Mulberry #CA5083

Tints of Mulberry #CA5083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.72%

R = 48.91%
G = 19.37%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CA5083 (or 0xCA5083) is known color: Mulberry. HEX triplet: CA, 50 and 83. RGB value is (202,80,131). Sum of RGB (Red+Green+Blue) = 202+80+131=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 131 (51.56% from 255 or 31.72% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5083 is #35AF7C. Grayscale: #7A7A7A. Windows color (decimal): -3518333 or 8605898. OLE color: 8605898.

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

Color convert

RGB 202 80 131 -
CMYK 0 0.60 0.35 0.21
HSL 334.92º 0.54% 0.55% -
HSV(B) 334.92º 0.6% 0.79% -
XYZ 31.32 19.93 23.67 -
YUV 122.29 132.92 184.85 -
System Red Green Blue C M Y K H S L
Decimal 202 80 131 0 0.60 0.35 0.21 334.92 0.54 0.55
Hex CA 50 83 0 3C 23 15 14F 36 37
Octal 312 120 203 0 74 43 25 517 66 67
Binary 11001010 1010000 10000011 0 111100 100011 10101 101001111 110110 110111

Color Harmonies of #CA5083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5083

Black with #CA5083

Text Example


Text Example

White with #CA5083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5083; }

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

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

background-color css

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

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

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

border-color css

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

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

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