Html Css Color HEX #C84496 Mulberry

📋 copy color: '#C84496'

red 200 ◦ green 68 ◦ blue 150

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

Shades of Mulberry #C84496

Tints of Mulberry #C84496

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.27%

 BLUE value IS 150 (58.98% from 255) = 35.89%

R = 47.85%
G = 16.27%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C84496 (or 0xC84496) is known color: Mulberry. HEX triplet: C8, 44 and 96. RGB value is (200,68,150). Sum of RGB (Red+Green+Blue) = 200+68+150=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 68 (26.95% from 255 or 16.27% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C84496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84496 is #37BB69. Grayscale: #747474. Windows color (decimal): -3652458 or 9848008. OLE color: 9848008.

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

Color convert

RGB 200 68 150 -
CMYK 0 0.66 0.25 0.22
HSL 322.73º 0.55% 0.53% -
HSV(B) 322.73º 0.66% 0.78% -
XYZ 31.39 18.62 30.79 -
YUV 116.82 146.73 187.33 -
System Red Green Blue C M Y K H S L
Decimal 200 68 150 0 0.66 0.25 0.22 322.73 0.55 0.53
Hex C8 44 96 0 42 19 16 143 37 35
Octal 310 104 226 0 102 31 26 503 67 65
Binary 11001000 1000100 10010110 0 1000010 11001 10110 101000011 110111 110101

Color Harmonies of #C84496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84496

Black with #C84496

Text Example


Text Example

White with #C84496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84496; }

 p { color: rgb(200,68,150); }

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

background-color css

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

 a { background-color: rgb(200,68,150); }

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

border-color css

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

 span { border-color: rgb(200,68,150); }

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