Html Css Color HEX #C9538E Mulberry

📋 copy color: '#C9538E'

red 201 ◦ green 83 ◦ blue 142

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

Shades of Mulberry #C9538E

Tints of Mulberry #C9538E

RGB

 RED value IS 201 (78.91% from 255) = 47.18%

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

 BLUE value IS 142 (55.86% from 255) = 33.33%

R = 47.18%
G = 19.48%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C9538E (or 0xC9538E) is known color: Mulberry. HEX triplet: C9, 53 and 8E. RGB value is (201,83,142). Sum of RGB (Red+Green+Blue) = 201+83+142=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C9538E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9538E is #36AC71. Grayscale: #7C7C7C. Windows color (decimal): -3583090 or 9327561. OLE color: 9327561.

HSL color Cylindrical-coordinate representation of color #C9538E: hue angle of 330º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C9538E is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 83 142 -
CMYK 0 0.59 0.29 0.21
HSL 330º 0.52% 0.56% -
HSV(B) 330º 0.59% 0.79% -
XYZ 32.06 20.56 27.87 -
YUV 125.01 137.59 182.2 -
System Red Green Blue C M Y K H S L
Decimal 201 83 142 0 0.59 0.29 0.21 330 0.52 0.56
Hex C9 53 8E 0 3B 1D 15 14A 34 38
Octal 311 123 216 0 73 35 25 512 64 70
Binary 11001001 1010011 10001110 0 111011 11101 10101 101001010 110100 111000

Color Harmonies of #C9538E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9538E

Black with #C9538E

Text Example


Text Example

White with #C9538E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9538E; }

 p { color: rgb(201,83,142); }

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

background-color css

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

 a { background-color: rgb(201,83,142); }

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

border-color css

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

 span { border-color: rgb(201,83,142); }

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