Html Css Color HEX #C84982 Mulberry

📋 copy color: '#C84982'

red 200 ◦ green 73 ◦ blue 130

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

Shades of Mulberry #C84982

Tints of Mulberry #C84982

RGB

 RED value IS 200 (78.52% from 255) = 49.63%

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

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

R = 49.63%
G = 18.11%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C84982 (or 0xC84982) is known color: Mulberry. HEX triplet: C8, 49 and 82. RGB value is (200,73,130). Sum of RGB (Red+Green+Blue) = 200+73+130=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C84982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84982 is #37B67D. Grayscale: #757575. Windows color (decimal): -3651198 or 8538568. OLE color: 8538568.

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

Color convert

RGB 200 73 130 -
CMYK 0 0.64 0.35 0.22
HSL 333.07º 0.54% 0.54% -
HSV(B) 333.07º 0.64% 0.78% -
XYZ 30.23 18.66 23.13 -
YUV 117.47 135.08 186.87 -
System Red Green Blue C M Y K H S L
Decimal 200 73 130 0 0.64 0.35 0.22 333.07 0.54 0.54
Hex C8 49 82 0 40 23 16 14D 36 36
Octal 310 111 202 0 100 43 26 515 66 66
Binary 11001000 1001001 10000010 0 1000000 100011 10110 101001101 110110 110110

Color Harmonies of #C84982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84982

Black with #C84982

Text Example


Text Example

White with #C84982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84982; }

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

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

background-color css

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

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

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

border-color css

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

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

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