Html Css Color HEX #C95AA8 Mulberry

📋 copy color: '#C95AA8'

red 201 ◦ green 90 ◦ blue 168

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

Shades of Mulberry #C95AA8

Tints of Mulberry #C95AA8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.61%

 BLUE value IS 168 (66.02% from 255) = 36.6%

R = 43.79%
G = 19.61%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#C95AA8 (or 0xC95AA8) is known color: Mulberry. HEX triplet: C9, 5A and A8. RGB value is (201,90,168). Sum of RGB (Red+Green+Blue) = 201+90+168=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 168 (66.02% from 255 or 36.60% from 459); Max value from RGB is 201 - color contains mainly: red. Hex color #C95AA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95AA8 is #36A557. Grayscale: #838383. Windows color (decimal): -3581272 or 11033289. OLE color: 11033289.

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

Color convert

RGB 201 90 168 -
CMYK 0 0.55 0.16 0.21
HSL 317.84º 0.51% 0.57% -
HSV(B) 317.84º 0.55% 0.79% -
XYZ 34.81 22.56 39.56 -
YUV 132.08 148.27 177.16 -
System Red Green Blue C M Y K H S L
Decimal 201 90 168 0 0.55 0.16 0.21 317.84 0.51 0.57
Hex C9 5A A8 0 37 10 15 13E 33 39
Octal 311 132 250 0 67 20 25 476 63 71
Binary 11001001 1011010 10101000 0 110111 10000 10101 100111110 110011 111001

Color Harmonies of #C95AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95AA8

Black with #C95AA8

Text Example


Text Example

White with #C95AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95AA8; }

 p { color: rgb(201,90,168); }

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

background-color css

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

 a { background-color: rgb(201,90,168); }

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

border-color css

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

 span { border-color: rgb(201,90,168); }

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