Html Css Color HEX #C84192 Mulberry

📋 copy color: '#C84192'

red 200 ◦ green 65 ◦ blue 146

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

Shades of Mulberry #C84192

Tints of Mulberry #C84192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.52%

R = 48.66%
G = 15.82%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C84192 (or 0xC84192) is known color: Mulberry. HEX triplet: C8, 41 and 92. RGB value is (200,65,146). Sum of RGB (Red+Green+Blue) = 200+65+146=411 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.66% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 200 - color contains mainly: red. Hex color #C84192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84192 is #37BE6D. Grayscale: #727272. Windows color (decimal): -3653230 or 9585096. OLE color: 9585096.

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

Color convert

RGB 200 65 146 -
CMYK 0 0.68 0.27 0.22
HSL 324º 0.55% 0.52% -
HSV(B) 324º 0.68% 0.78% -
XYZ 30.9 18.14 29.07 -
YUV 114.6 145.73 188.91 -
System Red Green Blue C M Y K H S L
Decimal 200 65 146 0 0.68 0.27 0.22 324 0.55 0.52
Hex C8 41 92 0 44 1B 16 144 37 34
Octal 310 101 222 0 104 33 26 504 67 64
Binary 11001000 1000001 10010010 0 1000100 11011 10110 101000100 110111 110100

Color Harmonies of #C84192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84192

Black with #C84192

Text Example


Text Example

White with #C84192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84192; }

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

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

background-color css

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

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

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

border-color css

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

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

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