Html Css Color HEX #C84083 Mulberry

📋 copy color: '#C84083'

red 200 ◦ green 64 ◦ blue 131

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

Shades of Mulberry #C84083

Tints of Mulberry #C84083

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.2%

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

R = 50.63%
G = 16.2%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C84083 (or 0xC84083) is known color: Mulberry. HEX triplet: C8, 40 and 83. RGB value is (200,64,131). Sum of RGB (Red+Green+Blue) = 200+64+131=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C84083 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84083 is #37BF7C. Grayscale: #707070. Windows color (decimal): -3653501 or 8601800. OLE color: 8601800.

HSL color Cylindrical-coordinate representation of color #C84083: hue angle of 330.44º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C84083 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 64 131 -
CMYK 0 0.68 0.34 0.22
HSL 330.44º 0.55% 0.52% -
HSV(B) 330.44º 0.68% 0.78% -
XYZ 29.75 17.58 23.3 -
YUV 112.3 138.56 190.55 -
System Red Green Blue C M Y K H S L
Decimal 200 64 131 0 0.68 0.34 0.22 330.44 0.55 0.52
Hex C8 40 83 0 44 22 16 14A 37 34
Octal 310 100 203 0 104 42 26 512 67 64
Binary 11001000 1000000 10000011 0 1000100 100010 10110 101001010 110111 110100

Color Harmonies of #C84083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84083

Black with #C84083

Text Example


Text Example

White with #C84083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84083; }

 p { color: rgb(200,64,131); }

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

background-color css

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

 a { background-color: rgb(200,64,131); }

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

border-color css

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

 span { border-color: rgb(200,64,131); }

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