Html Css Color HEX #C95485 Mulberry

📋 copy color: '#C95485'

red 201 ◦ green 84 ◦ blue 133

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

Shades of Mulberry #C95485

Tints of Mulberry #C95485

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.1%

 BLUE value IS 133 (52.34% from 255) = 31.82%

R = 48.09%
G = 20.1%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C95485 (or 0xC95485) is known color: Mulberry. HEX triplet: C9, 54 and 85. RGB value is (201,84,133). Sum of RGB (Red+Green+Blue) = 201+84+133=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C95485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95485 is #36AB7A. Grayscale: #7C7C7C. Windows color (decimal): -3582843 or 8737993. OLE color: 8737993.

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

Color convert

RGB 201 84 133 -
CMYK 0 0.58 0.34 0.21
HSL 334.87º 0.52% 0.56% -
HSV(B) 334.87º 0.58% 0.79% -
XYZ 31.49 20.45 24.48 -
YUV 124.57 132.76 182.52 -
System Red Green Blue C M Y K H S L
Decimal 201 84 133 0 0.58 0.34 0.21 334.87 0.52 0.56
Hex C9 54 85 0 3A 22 15 14F 34 38
Octal 311 124 205 0 72 42 25 517 64 70
Binary 11001001 1010100 10000101 0 111010 100010 10101 101001111 110100 111000

Color Harmonies of #C95485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95485

Black with #C95485

Text Example


Text Example

White with #C95485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95485; }

 p { color: rgb(201,84,133); }

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

background-color css

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

 a { background-color: rgb(201,84,133); }

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

border-color css

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

 span { border-color: rgb(201,84,133); }

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