Html Css Color HEX #C95296 Mulberry

📋 copy color: '#C95296'

red 201 ◦ green 82 ◦ blue 150

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

Shades of Mulberry #C95296

Tints of Mulberry #C95296

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.94%

 BLUE value IS 150 (58.98% from 255) = 34.64%

R = 46.42%
G = 18.94%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#C95296 (or 0xC95296) is known color: Mulberry. HEX triplet: C9, 52 and 96. RGB value is (201,82,150). Sum of RGB (Red+Green+Blue) = 201+82+150=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C95296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95296 is #36AD69. Grayscale: #7D7D7D. Windows color (decimal): -3583338 or 9851593. OLE color: 9851593.

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

Color convert

RGB 201 82 150 -
CMYK 0 0.59 0.25 0.21
HSL 325.71º 0.52% 0.55% -
HSV(B) 325.71º 0.59% 0.79% -
XYZ 32.61 20.65 31.12 -
YUV 125.33 141.92 181.97 -
System Red Green Blue C M Y K H S L
Decimal 201 82 150 0 0.59 0.25 0.21 325.71 0.52 0.55
Hex C9 52 96 0 3B 19 15 146 34 37
Octal 311 122 226 0 73 31 25 506 64 67
Binary 11001001 1010010 10010110 0 111011 11001 10101 101000110 110100 110111

Color Harmonies of #C95296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95296

Black with #C95296

Text Example


Text Example

White with #C95296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95296; }

 p { color: rgb(201,82,150); }

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

background-color css

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

 a { background-color: rgb(201,82,150); }

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

border-color css

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

 span { border-color: rgb(201,82,150); }

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