Html Css Color HEX #CA5085 Mulberry

📋 copy color: '#CA5085'

red 202 ◦ green 80 ◦ blue 133

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

Shades of Mulberry #CA5085

Tints of Mulberry #CA5085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.05%

R = 48.67%
G = 19.28%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#CA5085 (or 0xCA5085) is known color: Mulberry. HEX triplet: CA, 50 and 85. RGB value is (202,80,133). Sum of RGB (Red+Green+Blue) = 202+80+133=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5085 is #35AF7A. Grayscale: #7A7A7A. Windows color (decimal): -3518331 or 8736970. OLE color: 8736970.

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

Color convert

RGB 202 80 133 -
CMYK 0 0.60 0.34 0.21
HSL 333.93º 0.54% 0.55% -
HSV(B) 333.93º 0.6% 0.79% -
XYZ 31.46 19.99 24.39 -
YUV 122.52 133.92 184.69 -
System Red Green Blue C M Y K H S L
Decimal 202 80 133 0 0.60 0.34 0.21 333.93 0.54 0.55
Hex CA 50 85 0 3C 22 15 14E 36 37
Octal 312 120 205 0 74 42 25 516 66 67
Binary 11001010 1010000 10000101 0 111100 100010 10101 101001110 110110 110111

Color Harmonies of #CA5085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5085

Black with #CA5085

Text Example


Text Example

White with #CA5085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5085; }

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

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

background-color css

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

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

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

border-color css

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

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

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