Html Css Color HEX #C84080 Mulberry

📋 copy color: '#C84080'

red 200 ◦ green 64 ◦ blue 128

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

Shades of Mulberry #C84080

Tints of Mulberry #C84080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.65%

R = 51.02%
G = 16.33%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C84080 (or 0xC84080) is known color: Mulberry. HEX triplet: C8, 40 and 80. RGB value is (200,64,128). Sum of RGB (Red+Green+Blue) = 200+64+128=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 64 (25.39% from 255 or 16.33% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C84080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84080 is #37BF7F. Grayscale: #6F6F6F. Windows color (decimal): -3653504 or 8405192. OLE color: 8405192.

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

Color convert

RGB 200 64 128 -
CMYK 0 0.68 0.36 0.22
HSL 331.76º 0.55% 0.52% -
HSV(B) 331.76º 0.68% 0.78% -
XYZ 29.55 17.5 22.24 -
YUV 111.96 137.06 190.8 -
System Red Green Blue C M Y K H S L
Decimal 200 64 128 0 0.68 0.36 0.22 331.76 0.55 0.52
Hex C8 40 80 0 44 24 16 14C 37 34
Octal 310 100 200 0 104 44 26 514 67 64
Binary 11001000 1000000 10000000 0 1000100 100100 10110 101001100 110111 110100

Color Harmonies of #C84080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84080

Black with #C84080

Text Example


Text Example

White with #C84080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84080; }

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

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

background-color css

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

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

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

border-color css

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

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

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