Html Css Color HEX #CA5581 Mulberry

📋 copy color: '#CA5581'

red 202 ◦ green 85 ◦ blue 129

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

Shades of Mulberry #CA5581

Tints of Mulberry #CA5581

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.43%

 BLUE value IS 129 (50.78% from 255) = 31.01%

R = 48.56%
G = 20.43%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#CA5581 (or 0xCA5581) is known color: Mulberry. HEX triplet: CA, 55 and 81. RGB value is (202,85,129). Sum of RGB (Red+Green+Blue) = 202+85+129=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5581 is #35AA7E. Grayscale: #7C7C7C. Windows color (decimal): -3517055 or 8476106. OLE color: 8476106.

HSL color Cylindrical-coordinate representation of color #CA5581: hue angle of 337.44º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA5581 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 85 129 -
CMYK 0 0.58 0.36 0.21
HSL 337.44º 0.52% 0.56% -
HSV(B) 337.44º 0.58% 0.79% -
XYZ 31.57 20.64 23.09 -
YUV 125 130.26 182.92 -
System Red Green Blue C M Y K H S L
Decimal 202 85 129 0 0.58 0.36 0.21 337.44 0.52 0.56
Hex CA 55 81 0 3A 24 15 151 34 38
Octal 312 125 201 0 72 44 25 521 64 70
Binary 11001010 1010101 10000001 0 111010 100100 10101 101010001 110100 111000

Color Harmonies of #CA5581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5581

Black with #CA5581

Text Example


Text Example

White with #CA5581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5581; }

 p { color: rgb(202,85,129); }

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

background-color css

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

 a { background-color: rgb(202,85,129); }

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

border-color css

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

 span { border-color: rgb(202,85,129); }

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