Html Css Color HEX #C95395 Mulberry

📋 copy color: '#C95395'

red 201 ◦ green 83 ◦ blue 149

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

Shades of Mulberry #C95395

Tints of Mulberry #C95395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.41%

R = 46.42%
G = 19.17%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C95395 (or 0xC95395) is known color: Mulberry. HEX triplet: C9, 53 and 95. RGB value is (201,83,149). Sum of RGB (Red+Green+Blue) = 201+83+149=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C95395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95395 is #36AC6A. Grayscale: #7D7D7D. Windows color (decimal): -3583083 or 9786313. OLE color: 9786313.

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

Color convert

RGB 201 83 149 -
CMYK 0 0.59 0.26 0.21
HSL 326.44º 0.52% 0.56% -
HSV(B) 326.44º 0.59% 0.79% -
XYZ 32.61 20.77 30.73 -
YUV 125.81 141.09 181.63 -
System Red Green Blue C M Y K H S L
Decimal 201 83 149 0 0.59 0.26 0.21 326.44 0.52 0.56
Hex C9 53 95 0 3B 1A 15 146 34 38
Octal 311 123 225 0 73 32 25 506 64 70
Binary 11001001 1010011 10010101 0 111011 11010 10101 101000110 110100 111000

Color Harmonies of #C95395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95395

Black with #C95395

Text Example


Text Example

White with #C95395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95395; }

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

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

background-color css

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

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

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

border-color css

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

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

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