Html Css Color HEX #C84885 Mulberry

📋 copy color: '#C84885'

red 200 ◦ green 72 ◦ blue 133

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

Shades of Mulberry #C84885

Tints of Mulberry #C84885

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.78%

 BLUE value IS 133 (52.34% from 255) = 32.84%

R = 49.38%
G = 17.78%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C84885 (or 0xC84885) is known color: Mulberry. HEX triplet: C8, 48 and 85. RGB value is (200,72,133). Sum of RGB (Red+Green+Blue) = 200+72+133=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 72 (28.52% from 255 or 17.78% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C84885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C84885 is #37B77A. Grayscale: #757575. Windows color (decimal): -3651451 or 8734920. OLE color: 8734920.

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

Color convert

RGB 200 72 133 -
CMYK 0 0.64 0.34 0.22
HSL 331.41º 0.54% 0.53% -
HSV(B) 331.41º 0.64% 0.78% -
XYZ 30.37 18.61 24.18 -
YUV 117.23 136.91 187.04 -
System Red Green Blue C M Y K H S L
Decimal 200 72 133 0 0.64 0.34 0.22 331.41 0.54 0.53
Hex C8 48 85 0 40 22 16 14B 36 35
Octal 310 110 205 0 100 42 26 513 66 65
Binary 11001000 1001000 10000101 0 1000000 100010 10110 101001011 110110 110101

Color Harmonies of #C84885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84885

Black with #C84885

Text Example


Text Example

White with #C84885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84885; }

 p { color: rgb(200,72,133); }

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

background-color css

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

 a { background-color: rgb(200,72,133); }

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

border-color css

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

 span { border-color: rgb(200,72,133); }

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