Html Css Color HEX #C95289 Mulberry

📋 copy color: '#C95289'

red 201 ◦ green 82 ◦ blue 137

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

Shades of Mulberry #C95289

Tints of Mulberry #C95289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 32.62%

R = 47.86%
G = 19.52%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#C95289 (or 0xC95289) is known color: Mulberry. HEX triplet: C9, 52 and 89. RGB value is (201,82,137). Sum of RGB (Red+Green+Blue) = 201+82+137=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C95289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95289 is #36AD76. Grayscale: #7B7B7B. Windows color (decimal): -3583351 or 8999625. OLE color: 8999625.

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

Color convert

RGB 201 82 137 -
CMYK 0 0.59 0.32 0.21
HSL 332.27º 0.52% 0.55% -
HSV(B) 332.27º 0.59% 0.79% -
XYZ 31.62 20.26 25.91 -
YUV 123.85 135.42 183.03 -
System Red Green Blue C M Y K H S L
Decimal 201 82 137 0 0.59 0.32 0.21 332.27 0.52 0.55
Hex C9 52 89 0 3B 20 15 14C 34 37
Octal 311 122 211 0 73 40 25 514 64 67
Binary 11001001 1010010 10001001 0 111011 100000 10101 101001100 110100 110111

Color Harmonies of #C95289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95289

Black with #C95289

Text Example


Text Example

White with #C95289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95289; }

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

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

background-color css

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

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

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

border-color css

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

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

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