Html Css Color HEX #C8548A Mulberry

📋 copy color: '#C8548A'

red 200 ◦ green 84 ◦ blue 138

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

Shades of Mulberry #C8548A

Tints of Mulberry #C8548A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.91%

 BLUE value IS 138 (54.3% from 255) = 32.7%

R = 47.39%
G = 19.91%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C8548A (or 0xC8548A) is known color: Mulberry. HEX triplet: C8, 54 and 8A. RGB value is (200,84,138). Sum of RGB (Red+Green+Blue) = 200+84+138=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C8548A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8548A is #37AB75. Grayscale: #7C7C7C. Windows color (decimal): -3648374 or 9065672. OLE color: 9065672.

HSL color Cylindrical-coordinate representation of color #C8548A: hue angle of 332.07º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C8548A is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 84 138 -
CMYK 0 0.58 0.31 0.22
HSL 332.07º 0.51% 0.56% -
HSV(B) 332.07º 0.58% 0.78% -
XYZ 31.58 20.45 26.33 -
YUV 124.84 135.43 181.61 -
System Red Green Blue C M Y K H S L
Decimal 200 84 138 0 0.58 0.31 0.22 332.07 0.51 0.56
Hex C8 54 8A 0 3A 1F 16 14C 33 38
Octal 310 124 212 0 72 37 26 514 63 70
Binary 11001000 1010100 10001010 0 111010 11111 10110 101001100 110011 111000

Color Harmonies of #C8548A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8548A

Black with #C8548A

Text Example


Text Example

White with #C8548A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8548A; }

 p { color: rgb(200,84,138); }

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

background-color css

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

 a { background-color: rgb(200,84,138); }

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

border-color css

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

 span { border-color: rgb(200,84,138); }

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