Html Css Color HEX #C8538D Mulberry

📋 copy color: '#C8538D'

red 200 ◦ green 83 ◦ blue 141

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

Shades of Mulberry #C8538D

Tints of Mulberry #C8538D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.58%

 BLUE value IS 141 (55.47% from 255) = 33.25%

R = 47.17%
G = 19.58%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C8538D (or 0xC8538D) is known color: Mulberry. HEX triplet: C8, 53 and 8D. RGB value is (200,83,141). Sum of RGB (Red+Green+Blue) = 200+83+141=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 83 (32.81% from 255 or 19.58% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C8538D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8538D is #37AC72. Grayscale: #7C7C7C. Windows color (decimal): -3648627 or 9262024. OLE color: 9262024.

HSL color Cylindrical-coordinate representation of color #C8538D: hue angle of 330.26º 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 #C8538D is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 83 141 -
CMYK 0 0.58 0.29 0.22
HSL 330.26º 0.52% 0.55% -
HSV(B) 330.26º 0.59% 0.78% -
XYZ 31.72 20.39 27.46 -
YUV 124.6 137.26 181.78 -
System Red Green Blue C M Y K H S L
Decimal 200 83 141 0 0.58 0.29 0.22 330.26 0.52 0.55
Hex C8 53 8D 0 3A 1D 16 14A 34 37
Octal 310 123 215 0 72 35 26 512 64 67
Binary 11001000 1010011 10001101 0 111010 11101 10110 101001010 110100 110111

Color Harmonies of #C8538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8538D

Black with #C8538D

Text Example


Text Example

White with #C8538D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8538D; }

 p { color: rgb(200,83,141); }

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

background-color css

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

 a { background-color: rgb(200,83,141); }

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

border-color css

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

 span { border-color: rgb(200,83,141); }

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