Html Css Color HEX #C95592 Mulberry

📋 copy color: '#C95592'

red 201 ◦ green 85 ◦ blue 146

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

Shades of Mulberry #C95592

Tints of Mulberry #C95592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.8%

R = 46.53%
G = 19.68%
B = 33.8%

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

#C95592 (or 0xC95592) is known color: Mulberry. HEX triplet: C9, 55 and 92. RGB value is (201,85,146). Sum of RGB (Red+Green+Blue) = 201+85+146=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 146 (57.42% from 255 or 33.80% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C95592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95592 is #36AA6D. Grayscale: #7E7E7E. Windows color (decimal): -3582574 or 9590217. OLE color: 9590217.

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

Color convert

RGB 201 85 146 -
CMYK 0 0.58 0.27 0.21
HSL 328.45º 0.52% 0.56% -
HSV(B) 328.45º 0.58% 0.79% -
XYZ 32.52 20.99 29.53 -
YUV 126.64 138.93 181.04 -
System Red Green Blue C M Y K H S L
Decimal 201 85 146 0 0.58 0.27 0.21 328.45 0.52 0.56
Hex C9 55 92 0 3A 1B 15 148 34 38
Octal 311 125 222 0 72 33 25 510 64 70
Binary 11001001 1010101 10010010 0 111010 11011 10101 101001000 110100 111000

Color Harmonies of #C95592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95592

Black with #C95592

Text Example


Text Example

White with #C95592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95592; }

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

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

background-color css

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

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

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

border-color css

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

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

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