Html Css Color HEX #C95291 Mulberry

📋 copy color: '#C95291'

red 201 ◦ green 82 ◦ blue 145

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

Shades of Mulberry #C95291

Tints of Mulberry #C95291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 33.88%

R = 46.96%
G = 19.16%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C95291 (or 0xC95291) is known color: Mulberry. HEX triplet: C9, 52 and 91. RGB value is (201,82,145). Sum of RGB (Red+Green+Blue) = 201+82+145=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C95291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95291 is #36AD6E. Grayscale: #7C7C7C. Windows color (decimal): -3583343 or 9523913. OLE color: 9523913.

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

Color convert

RGB 201 82 145 -
CMYK 0 0.59 0.28 0.21
HSL 328.24º 0.52% 0.55% -
HSV(B) 328.24º 0.59% 0.79% -
XYZ 32.22 20.5 29.05 -
YUV 124.76 139.42 182.38 -
System Red Green Blue C M Y K H S L
Decimal 201 82 145 0 0.59 0.28 0.21 328.24 0.52 0.55
Hex C9 52 91 0 3B 1C 15 148 34 37
Octal 311 122 221 0 73 34 25 510 64 67
Binary 11001001 1010010 10010001 0 111011 11100 10101 101001000 110100 110111

Color Harmonies of #C95291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95291

Black with #C95291

Text Example


Text Example

White with #C95291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95291; }

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

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

background-color css

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

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

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

border-color css

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

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

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