Html Css Color HEX #C84084 Mulberry

📋 copy color: '#C84084'

red 200 ◦ green 64 ◦ blue 132

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

Shades of Mulberry #C84084

Tints of Mulberry #C84084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.33%

R = 50.51%
G = 16.16%
B = 33.33%

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

#C84084 (or 0xC84084) is known color: Mulberry. HEX triplet: C8, 40 and 84. RGB value is (200,64,132). Sum of RGB (Red+Green+Blue) = 200+64+132=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C84084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84084 is #37BF7B. Grayscale: #707070. Windows color (decimal): -3653500 or 8667336. OLE color: 8667336.

HSL color Cylindrical-coordinate representation of color #C84084: hue angle of 330º 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 #C84084 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 64 132 -
CMYK 0 0.68 0.34 0.22
HSL 330º 0.55% 0.52% -
HSV(B) 330º 0.68% 0.78% -
XYZ 29.82 17.61 23.66 -
YUV 112.42 139.06 190.47 -
System Red Green Blue C M Y K H S L
Decimal 200 64 132 0 0.68 0.34 0.22 330 0.55 0.52
Hex C8 40 84 0 44 22 16 14A 37 34
Octal 310 100 204 0 104 42 26 512 67 64
Binary 11001000 1000000 10000100 0 1000100 100010 10110 101001010 110111 110100

Color Harmonies of #C84084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84084

Black with #C84084

Text Example


Text Example

White with #C84084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84084; }

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

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

background-color css

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

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

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

border-color css

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

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

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