Html Css Color HEX #C95697 Mulberry

📋 copy color: '#C95697'

red 201 ◦ green 86 ◦ blue 151

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

Shades of Mulberry #C95697

Tints of Mulberry #C95697

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.63%

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

R = 45.89%
G = 19.63%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#C95697 (or 0xC95697) is known color: Mulberry. HEX triplet: C9, 56 and 97. RGB value is (201,86,151). Sum of RGB (Red+Green+Blue) = 201+86+151=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 151 (59.38% from 255 or 34.47% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C95697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95697 is #36A968. Grayscale: #7F7F7F. Windows color (decimal): -3582313 or 9918153. OLE color: 9918153.

HSL color Cylindrical-coordinate representation of color #C95697: hue angle of 326.09º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C95697 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 86 151 -
CMYK 0 0.57 0.25 0.21
HSL 326.09º 0.52% 0.56% -
HSV(B) 326.09º 0.57% 0.79% -
XYZ 33 21.31 31.65 -
YUV 127.8 141.1 180.21 -
System Red Green Blue C M Y K H S L
Decimal 201 86 151 0 0.57 0.25 0.21 326.09 0.52 0.56
Hex C9 56 97 0 39 19 15 146 34 38
Octal 311 126 227 0 71 31 25 506 64 70
Binary 11001001 1010110 10010111 0 111001 11001 10101 101000110 110100 111000

Color Harmonies of #C95697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95697

Black with #C95697

Text Example


Text Example

White with #C95697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95697; }

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

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

background-color css

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

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

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

border-color css

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

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

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