Html Css Color HEX #C95288 Mulberry

📋 copy color: '#C95288'

red 201 ◦ green 82 ◦ blue 136

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

Shades of Mulberry #C95288

Tints of Mulberry #C95288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 32.46%

R = 47.97%
G = 19.57%
B = 32.46%

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

#C95288 (or 0xC95288) is known color: Mulberry. HEX triplet: C9, 52 and 88. RGB value is (201,82,136). Sum of RGB (Red+Green+Blue) = 201+82+136=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C95288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95288 is #36AD77. Grayscale: #7B7B7B. Windows color (decimal): -3583352 or 8934089. OLE color: 8934089.

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

Color convert

RGB 201 82 136 -
CMYK 0 0.59 0.32 0.21
HSL 332.77º 0.52% 0.55% -
HSV(B) 332.77º 0.59% 0.79% -
XYZ 31.55 20.23 25.53 -
YUV 123.74 134.92 183.11 -
System Red Green Blue C M Y K H S L
Decimal 201 82 136 0 0.59 0.32 0.21 332.77 0.52 0.55
Hex C9 52 88 0 3B 20 15 14D 34 37
Octal 311 122 210 0 73 40 25 515 64 67
Binary 11001001 1010010 10001000 0 111011 100000 10101 101001101 110100 110111

Color Harmonies of #C95288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95288

Black with #C95288

Text Example


Text Example

White with #C95288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95288; }

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

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

background-color css

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

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

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

border-color css

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

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

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