Html Css Color HEX #C95192 Mulberry

📋 copy color: '#C95192'

red 201 ◦ green 81 ◦ blue 146

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

Shades of Mulberry #C95192

Tints of Mulberry #C95192

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.93%

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

R = 46.96%
G = 18.93%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#C95192 (or 0xC95192) is known color: Mulberry. HEX triplet: C9, 51 and 92. RGB value is (201,81,146). Sum of RGB (Red+Green+Blue) = 201+81+146=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 81 (32.03% from 255 or 18.93% from 428); Blue value is 146 (57.42% from 255 or 34.11% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C95192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95192 is #36AE6D. Grayscale: #7C7C7C. Windows color (decimal): -3583598 or 9589193. OLE color: 9589193.

HSL color Cylindrical-coordinate representation of color #C95192: hue angle of 327.5º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C95192 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 81 146 -
CMYK 0 0.60 0.27 0.21
HSL 327.5º 0.53% 0.55% -
HSV(B) 327.5º 0.6% 0.79% -
XYZ 32.22 20.38 29.43 -
YUV 124.29 140.26 182.71 -
System Red Green Blue C M Y K H S L
Decimal 201 81 146 0 0.60 0.27 0.21 327.5 0.53 0.55
Hex C9 51 92 0 3C 1B 15 148 35 37
Octal 311 121 222 0 74 33 25 510 65 67
Binary 11001001 1010001 10010010 0 111100 11011 10101 101001000 110101 110111

Color Harmonies of #C95192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95192

Black with #C95192

Text Example


Text Example

White with #C95192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95192; }

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

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

background-color css

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

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

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

border-color css

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

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

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