Html Css Color HEX #C95092 Mulberry

📋 copy color: '#C95092'

red 201 ◦ green 80 ◦ blue 146

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

Shades of Mulberry #C95092

Tints of Mulberry #C95092

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.74%

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

R = 47.07%
G = 18.74%
B = 34.19%

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

#C95092 (or 0xC95092) is known color: Mulberry. HEX triplet: C9, 50 and 92. RGB value is (201,80,146). Sum of RGB (Red+Green+Blue) = 201+80+146=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C95092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95092 is #36AF6D. Grayscale: #7B7B7B. Windows color (decimal): -3583854 or 9588937. OLE color: 9588937.

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

Color convert

RGB 201 80 146 -
CMYK 0 0.60 0.27 0.21
HSL 327.27º 0.53% 0.55% -
HSV(B) 327.27º 0.6% 0.79% -
XYZ 32.14 20.23 29.4 -
YUV 123.7 140.59 183.13 -
System Red Green Blue C M Y K H S L
Decimal 201 80 146 0 0.60 0.27 0.21 327.27 0.53 0.55
Hex C9 50 92 0 3C 1B 15 147 35 37
Octal 311 120 222 0 74 33 25 507 65 67
Binary 11001001 1010000 10010010 0 111100 11011 10101 101000111 110101 110111

Color Harmonies of #C95092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95092

Black with #C95092

Text Example


Text Example

White with #C95092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95092; }

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

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

background-color css

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

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

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

border-color css

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

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

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