Html Css Color HEX #CA4982 Mulberry

📋 copy color: '#CA4982'

red 202 ◦ green 73 ◦ blue 130

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

Shades of Mulberry #CA4982

Tints of Mulberry #CA4982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.1%

R = 49.88%
G = 18.02%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#CA4982 (or 0xCA4982) is known color: Mulberry. HEX triplet: CA, 49 and 82. RGB value is (202,73,130). Sum of RGB (Red+Green+Blue) = 202+73+130=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4982 is #35B67D. Grayscale: #757575. Windows color (decimal): -3520126 or 8538570. OLE color: 8538570.

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

Color convert

RGB 202 73 130 -
CMYK 0 0.64 0.36 0.21
HSL 333.49º 0.55% 0.54% -
HSV(B) 333.49º 0.64% 0.79% -
XYZ 30.77 18.93 23.15 -
YUV 118.07 134.74 187.87 -
System Red Green Blue C M Y K H S L
Decimal 202 73 130 0 0.64 0.36 0.21 333.49 0.55 0.54
Hex CA 49 82 0 40 24 15 14D 37 36
Octal 312 111 202 0 100 44 25 515 67 66
Binary 11001010 1001001 10000010 0 1000000 100100 10101 101001101 110111 110110

Color Harmonies of #CA4982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4982

Black with #CA4982

Text Example


Text Example

White with #CA4982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4982; }

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

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

background-color css

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

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

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

border-color css

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

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

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