Html Css Color HEX #C84694 Mulberry

📋 copy color: '#C84694'

red 200 ◦ green 70 ◦ blue 148

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

Shades of Mulberry #C84694

Tints of Mulberry #C84694

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.75%

 BLUE value IS 148 (58.2% from 255) = 35.41%

R = 47.85%
G = 16.75%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C84694 (or 0xC84694) is known color: Mulberry. HEX triplet: C8, 46 and 94. RGB value is (200,70,148). Sum of RGB (Red+Green+Blue) = 200+70+148=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 70 (27.73% from 255 or 16.75% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C84694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84694 is #37B96B. Grayscale: #757575. Windows color (decimal): -3651948 or 9717448. OLE color: 9717448.

HSL color Cylindrical-coordinate representation of color #C84694: hue angle of 324º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C84694 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 70 148 -
CMYK 0 0.65 0.26 0.22
HSL 324º 0.54% 0.53% -
HSV(B) 324º 0.65% 0.78% -
XYZ 31.35 18.8 29.99 -
YUV 117.76 145.07 186.66 -
System Red Green Blue C M Y K H S L
Decimal 200 70 148 0 0.65 0.26 0.22 324 0.54 0.53
Hex C8 46 94 0 41 1A 16 144 36 35
Octal 310 106 224 0 101 32 26 504 66 65
Binary 11001000 1000110 10010100 0 1000001 11010 10110 101000100 110110 110101

Color Harmonies of #C84694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84694

Black with #C84694

Text Example


Text Example

White with #C84694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84694; }

 p { color: rgb(200,70,148); }

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

background-color css

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

 a { background-color: rgb(200,70,148); }

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

border-color css

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

 span { border-color: rgb(200,70,148); }

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