Html Css Color HEX #C8528F Mulberry

📋 copy color: '#C8528F'

red 200 ◦ green 82 ◦ blue 143

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

Shades of Mulberry #C8528F

Tints of Mulberry #C8528F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.29%

 BLUE value IS 143 (56.25% from 255) = 33.65%

R = 47.06%
G = 19.29%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C8528F (or 0xC8528F) is known color: Mulberry. HEX triplet: C8, 52 and 8F. RGB value is (200,82,143). Sum of RGB (Red+Green+Blue) = 200+82+143=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C8528F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8528F is #37AD70. Grayscale: #7C7C7C. Windows color (decimal): -3648881 or 9392840. OLE color: 9392840.

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

Color convert

RGB 200 82 143 -
CMYK 0 0.59 0.28 0.22
HSL 328.98º 0.52% 0.55% -
HSV(B) 328.98º 0.59% 0.78% -
XYZ 31.79 20.3 28.23 -
YUV 124.24 138.59 182.04 -
System Red Green Blue C M Y K H S L
Decimal 200 82 143 0 0.59 0.28 0.22 328.98 0.52 0.55
Hex C8 52 8F 0 3B 1C 16 149 34 37
Octal 310 122 217 0 73 34 26 511 64 67
Binary 11001000 1010010 10001111 0 111011 11100 10110 101001001 110100 110111

Color Harmonies of #C8528F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8528F

Black with #C8528F

Text Example


Text Example

White with #C8528F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8528F; }

 p { color: rgb(200,82,143); }

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

background-color css

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

 a { background-color: rgb(200,82,143); }

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

border-color css

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

 span { border-color: rgb(200,82,143); }

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