Html Css Color HEX #C95C95 Mulberry

📋 copy color: '#C95C95'

red 201 ◦ green 92 ◦ blue 149

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

Shades of Mulberry #C95C95

Tints of Mulberry #C95C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.71%

R = 45.48%
G = 20.81%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C95C95 (or 0xC95C95) is known color: Mulberry. HEX triplet: C9, 5C and 95. RGB value is (201,92,149). Sum of RGB (Red+Green+Blue) = 201+92+149=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 92 (36.33% from 255 or 20.81% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95C95 is #36A36A. Grayscale: #828282. Windows color (decimal): -3580779 or 9788617. OLE color: 9788617.

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

Color convert

RGB 201 92 149 -
CMYK 0 0.54 0.26 0.21
HSL 328.62º 0.5% 0.57% -
HSV(B) 328.62º 0.54% 0.79% -
XYZ 33.34 22.24 30.97 -
YUV 131.09 138.11 177.87 -
System Red Green Blue C M Y K H S L
Decimal 201 92 149 0 0.54 0.26 0.21 328.62 0.5 0.57
Hex C9 5C 95 0 36 1A 15 149 32 39
Octal 311 134 225 0 66 32 25 511 62 71
Binary 11001001 1011100 10010101 0 110110 11010 10101 101001001 110010 111001

Color Harmonies of #C95C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95C95

Black with #C95C95

Text Example


Text Example

White with #C95C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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