Html Css Color HEX #C84180 Mulberry

📋 copy color: '#C84180'

red 200 ◦ green 65 ◦ blue 128

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

Shades of Mulberry #C84180

Tints of Mulberry #C84180

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.54%

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

R = 50.89%
G = 16.54%
B = 32.57%

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

#C84180 (or 0xC84180) is known color: Mulberry. HEX triplet: C8, 41 and 80. RGB value is (200,65,128). Sum of RGB (Red+Green+Blue) = 200+65+128=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C84180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84180 is #37BE7F. Grayscale: #707070. Windows color (decimal): -3653248 or 8405448. OLE color: 8405448.

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

Color convert

RGB 200 65 128 -
CMYK 0 0.68 0.36 0.22
HSL 332º 0.55% 0.52% -
HSV(B) 332º 0.68% 0.78% -
XYZ 29.61 17.62 22.26 -
YUV 112.55 136.73 190.38 -
System Red Green Blue C M Y K H S L
Decimal 200 65 128 0 0.68 0.36 0.22 332 0.55 0.52
Hex C8 41 80 0 44 24 16 14C 37 34
Octal 310 101 200 0 104 44 26 514 67 64
Binary 11001000 1000001 10000000 0 1000100 100100 10110 101001100 110111 110100

Color Harmonies of #C84180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84180

Black with #C84180

Text Example


Text Example

White with #C84180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84180; }

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

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

background-color css

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

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

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

border-color css

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

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

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