Html Css Color HEX #C95C90 Mulberry

📋 copy color: '#C95C90'

red 201 ◦ green 92 ◦ blue 144

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

Shades of Mulberry #C95C90

Tints of Mulberry #C95C90

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.05%

 BLUE value IS 144 (56.64% from 255) = 32.95%

R = 46%
G = 21.05%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C95C90 (or 0xC95C90) is known color: Mulberry. HEX triplet: C9, 5C and 90. RGB value is (201,92,144). Sum of RGB (Red+Green+Blue) = 201+92+144=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 92 (36.33% from 255 or 21.05% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95C90 is #36A36F. Grayscale: #828282. Windows color (decimal): -3580784 or 9460937. OLE color: 9460937.

HSL color Cylindrical-coordinate representation of color #C95C90: hue angle of 331.38º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C95C90 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 92 144 -
CMYK 0 0.54 0.28 0.21
HSL 331.38º 0.5% 0.57% -
HSV(B) 331.38º 0.54% 0.79% -
XYZ 32.95 22.09 28.91 -
YUV 130.52 135.61 178.27 -
System Red Green Blue C M Y K H S L
Decimal 201 92 144 0 0.54 0.28 0.21 331.38 0.5 0.57
Hex C9 5C 90 0 36 1C 15 14B 32 39
Octal 311 134 220 0 66 34 25 513 62 71
Binary 11001001 1011100 10010000 0 110110 11100 10101 101001011 110010 111001

Color Harmonies of #C95C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95C90

Black with #C95C90

Text Example


Text Example

White with #C95C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95C90; }

 p { color: rgb(201,92,144); }

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

background-color css

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

 a { background-color: rgb(201,92,144); }

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

border-color css

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

 span { border-color: rgb(201,92,144); }

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