Html Css Color HEX #C95397 Mulberry

📋 copy color: '#C95397'

red 201 ◦ green 83 ◦ blue 151

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

Shades of Mulberry #C95397

Tints of Mulberry #C95397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.71%

R = 46.21%
G = 19.08%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#C95397 (or 0xC95397) is known color: Mulberry. HEX triplet: C9, 53 and 97. RGB value is (201,83,151). Sum of RGB (Red+Green+Blue) = 201+83+151=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 151 (59.38% from 255 or 34.71% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C95397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95397 is #36AC68. Grayscale: #7D7D7D. Windows color (decimal): -3583081 or 9917385. OLE color: 9917385.

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

Color convert

RGB 201 83 151 -
CMYK 0 0.59 0.25 0.21
HSL 325.42º 0.52% 0.56% -
HSV(B) 325.42º 0.59% 0.79% -
XYZ 32.77 20.84 31.57 -
YUV 126.03 142.09 181.47 -
System Red Green Blue C M Y K H S L
Decimal 201 83 151 0 0.59 0.25 0.21 325.42 0.52 0.56
Hex C9 53 97 0 3B 19 15 145 34 38
Octal 311 123 227 0 73 31 25 505 64 70
Binary 11001001 1010011 10010111 0 111011 11001 10101 101000101 110100 111000

Color Harmonies of #C95397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95397

Black with #C95397

Text Example


Text Example

White with #C95397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95397; }

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

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

background-color css

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

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

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

border-color css

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

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

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