Html Css Color HEX #CA4983 Mulberry

📋 copy color: '#CA4983'

red 202 ◦ green 73 ◦ blue 131

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

Shades of Mulberry #CA4983

Tints of Mulberry #CA4983

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.98%

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

R = 49.75%
G = 17.98%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CA4983 (or 0xCA4983) is known color: Mulberry. HEX triplet: CA, 49 and 83. RGB value is (202,73,131). Sum of RGB (Red+Green+Blue) = 202+73+131=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4983 is #35B67C. Grayscale: #767676. Windows color (decimal): -3520125 or 8604106. OLE color: 8604106.

HSL color Cylindrical-coordinate representation of color #CA4983: hue angle of 333.02º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA4983 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 73 131 -
CMYK 0 0.64 0.35 0.21
HSL 333.02º 0.55% 0.54% -
HSV(B) 333.02º 0.64% 0.79% -
XYZ 30.84 18.96 23.51 -
YUV 118.18 135.24 187.78 -
System Red Green Blue C M Y K H S L
Decimal 202 73 131 0 0.64 0.35 0.21 333.02 0.55 0.54
Hex CA 49 83 0 40 23 15 14D 37 36
Octal 312 111 203 0 100 43 25 515 67 66
Binary 11001010 1001001 10000011 0 1000000 100011 10101 101001101 110111 110110

Color Harmonies of #CA4983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4983

Black with #CA4983

Text Example


Text Example

White with #CA4983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4983; }

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

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

background-color css

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

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

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

border-color css

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

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

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