Html Css Color HEX #C9538A Mulberry

📋 copy color: '#C9538A'

red 201 ◦ green 83 ◦ blue 138

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

Shades of Mulberry #C9538A

Tints of Mulberry #C9538A

RGB

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

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

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

R = 47.63%
G = 19.67%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9538A (or 0xC9538A) is known color: Mulberry. HEX triplet: C9, 53 and 8A. RGB value is (201,83,138). Sum of RGB (Red+Green+Blue) = 201+83+138=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C9538A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9538A is #36AC75. Grayscale: #7C7C7C. Windows color (decimal): -3583094 or 9065417. OLE color: 9065417.

HSL color Cylindrical-coordinate representation of color #C9538A: hue angle of 332.03º 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 #C9538A is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 83 138 -
CMYK 0 0.59 0.31 0.21
HSL 332.03º 0.52% 0.56% -
HSV(B) 332.03º 0.59% 0.79% -
XYZ 31.77 20.44 26.32 -
YUV 124.55 135.59 182.53 -
System Red Green Blue C M Y K H S L
Decimal 201 83 138 0 0.59 0.31 0.21 332.03 0.52 0.56
Hex C9 53 8A 0 3B 1F 15 14C 34 38
Octal 311 123 212 0 73 37 25 514 64 70
Binary 11001001 1010011 10001010 0 111011 11111 10101 101001100 110100 111000

Color Harmonies of #C9538A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9538A

Black with #C9538A

Text Example


Text Example

White with #C9538A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9538A; }

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

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

background-color css

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

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

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

border-color css

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

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

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