Html Css Color HEX #C95287 Mulberry

📋 copy color: '#C95287'

red 201 ◦ green 82 ◦ blue 135

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

Shades of Mulberry #C95287

Tints of Mulberry #C95287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 32.3%

R = 48.09%
G = 19.62%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#C95287 (or 0xC95287) is known color: Mulberry. HEX triplet: C9, 52 and 87. RGB value is (201,82,135). Sum of RGB (Red+Green+Blue) = 201+82+135=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 135 (53.12% from 255 or 32.30% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C95287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95287 is #36AD78. Grayscale: #7B7B7B. Windows color (decimal): -3583353 or 8868553. OLE color: 8868553.

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

Color convert

RGB 201 82 135 -
CMYK 0 0.59 0.33 0.21
HSL 333.28º 0.52% 0.55% -
HSV(B) 333.28º 0.59% 0.79% -
XYZ 31.48 20.2 25.16 -
YUV 123.62 134.42 183.19 -
System Red Green Blue C M Y K H S L
Decimal 201 82 135 0 0.59 0.33 0.21 333.28 0.52 0.55
Hex C9 52 87 0 3B 21 15 14D 34 37
Octal 311 122 207 0 73 41 25 515 64 67
Binary 11001001 1010010 10000111 0 111011 100001 10101 101001101 110100 110111

Color Harmonies of #C95287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95287

Black with #C95287

Text Example


Text Example

White with #C95287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95287; }

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

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

background-color css

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

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

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

border-color css

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

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

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