Html Css Color HEX #C9538C Mulberry

📋 copy color: '#C9538C'

red 201 ◦ green 83 ◦ blue 140

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

Shades of Mulberry #C9538C

Tints of Mulberry #C9538C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.02%

R = 47.41%
G = 19.58%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#C9538C (or 0xC9538C) is known color: Mulberry. HEX triplet: C9, 53 and 8C. RGB value is (201,83,140). Sum of RGB (Red+Green+Blue) = 201+83+140=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 83 (32.81% from 255 or 19.58% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C9538C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9538C is #36AC73. Grayscale: #7C7C7C. Windows color (decimal): -3583092 or 9196489. OLE color: 9196489.

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

Color convert

RGB 201 83 140 -
CMYK 0 0.59 0.30 0.21
HSL 331.02º 0.52% 0.56% -
HSV(B) 331.02º 0.59% 0.79% -
XYZ 31.91 20.5 27.09 -
YUV 124.78 136.59 182.37 -
System Red Green Blue C M Y K H S L
Decimal 201 83 140 0 0.59 0.30 0.21 331.02 0.52 0.56
Hex C9 53 8C 0 3B 1E 15 14B 34 38
Octal 311 123 214 0 73 36 25 513 64 70
Binary 11001001 1010011 10001100 0 111011 11110 10101 101001011 110100 111000

Color Harmonies of #C9538C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9538C

Black with #C9538C

Text Example


Text Example

White with #C9538C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9538C; }

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

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

background-color css

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

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

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

border-color css

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

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

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