Html Css Color HEX #C9538B Mulberry

📋 copy color: '#C9538B'

red 201 ◦ green 83 ◦ blue 139

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

Shades of Mulberry #C9538B

Tints of Mulberry #C9538B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.86%

R = 47.52%
G = 19.62%
B = 32.86%

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

#C9538B (or 0xC9538B) is known color: Mulberry. HEX triplet: C9, 53 and 8B. RGB value is (201,83,139). Sum of RGB (Red+Green+Blue) = 201+83+139=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C9538B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9538B is #36AC74. Grayscale: #7C7C7C. Windows color (decimal): -3583093 or 9130953. OLE color: 9130953.

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

Color convert

RGB 201 83 139 -
CMYK 0 0.59 0.31 0.21
HSL 331.53º 0.52% 0.56% -
HSV(B) 331.53º 0.59% 0.79% -
XYZ 31.84 20.47 26.7 -
YUV 124.67 136.09 182.45 -
System Red Green Blue C M Y K H S L
Decimal 201 83 139 0 0.59 0.31 0.21 331.53 0.52 0.56
Hex C9 53 8B 0 3B 1F 15 14C 34 38
Octal 311 123 213 0 73 37 25 514 64 70
Binary 11001001 1010011 10001011 0 111011 11111 10101 101001100 110100 111000

Color Harmonies of #C9538B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9538B

Black with #C9538B

Text Example


Text Example

White with #C9538B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9538B; }

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

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

background-color css

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

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

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

border-color css

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

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

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