Html Css Color HEX #CA5183 Mulberry

📋 copy color: '#CA5183'

red 202 ◦ green 81 ◦ blue 131

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

Shades of Mulberry #CA5183

Tints of Mulberry #CA5183

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.57%

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

R = 48.79%
G = 19.57%
B = 31.64%

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

#CA5183 (or 0xCA5183) is known color: Mulberry. HEX triplet: CA, 51 and 83. RGB value is (202,81,131). Sum of RGB (Red+Green+Blue) = 202+81+131=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 81 (32.03% from 255 or 19.57% from 414); Blue value is 131 (51.56% from 255 or 31.64% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5183 is #35AE7C. Grayscale: #7A7A7A. Windows color (decimal): -3518077 or 8606154. OLE color: 8606154.

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

Color convert

RGB 202 81 131 -
CMYK 0 0.60 0.35 0.21
HSL 335.21º 0.53% 0.55% -
HSV(B) 335.21º 0.6% 0.79% -
XYZ 31.4 20.08 23.69 -
YUV 122.88 132.59 184.43 -
System Red Green Blue C M Y K H S L
Decimal 202 81 131 0 0.60 0.35 0.21 335.21 0.53 0.55
Hex CA 51 83 0 3C 23 15 14F 35 37
Octal 312 121 203 0 74 43 25 517 65 67
Binary 11001010 1010001 10000011 0 111100 100011 10101 101001111 110101 110111

Color Harmonies of #CA5183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5183

Black with #CA5183

Text Example


Text Example

White with #CA5183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5183; }

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

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

background-color css

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

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

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

border-color css

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

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

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