Html Css Color HEX #C95593 Mulberry

📋 copy color: '#C95593'

red 201 ◦ green 85 ◦ blue 147

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

Shades of Mulberry #C95593

Tints of Mulberry #C95593

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.63%

 BLUE value IS 147 (57.81% from 255) = 33.95%

R = 46.42%
G = 19.63%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#C95593 (or 0xC95593) is known color: Mulberry. HEX triplet: C9, 55 and 93. RGB value is (201,85,147). Sum of RGB (Red+Green+Blue) = 201+85+147=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 147 (57.81% from 255 or 33.95% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C95593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95593 is #36AA6C. Grayscale: #7E7E7E. Windows color (decimal): -3582573 or 9655753. OLE color: 9655753.

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

Color convert

RGB 201 85 147 -
CMYK 0 0.58 0.27 0.21
HSL 327.93º 0.52% 0.56% -
HSV(B) 327.93º 0.58% 0.79% -
XYZ 32.6 21.02 29.94 -
YUV 126.75 139.43 180.96 -
System Red Green Blue C M Y K H S L
Decimal 201 85 147 0 0.58 0.27 0.21 327.93 0.52 0.56
Hex C9 55 93 0 3A 1B 15 148 34 38
Octal 311 125 223 0 72 33 25 510 64 70
Binary 11001001 1010101 10010011 0 111010 11011 10101 101001000 110100 111000

Color Harmonies of #C95593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95593

Black with #C95593

Text Example


Text Example

White with #C95593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95593; }

 p { color: rgb(201,85,147); }

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

background-color css

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

 a { background-color: rgb(201,85,147); }

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

border-color css

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

 span { border-color: rgb(201,85,147); }

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