Html Css Color HEX #C95AA5 Mulberry

📋 copy color: '#C95AA5'

red 201 ◦ green 90 ◦ blue 165

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

Shades of Mulberry #C95AA5

Tints of Mulberry #C95AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 36.18%

R = 44.08%
G = 19.74%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#C95AA5 (or 0xC95AA5) is known color: Mulberry. HEX triplet: C9, 5A and A5. RGB value is (201,90,165). Sum of RGB (Red+Green+Blue) = 201+90+165=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 165 (64.84% from 255 or 36.18% from 456); Max value from RGB is 201 - color contains mainly: red. Hex color #C95AA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95AA5 is #36A55A. Grayscale: #838383. Windows color (decimal): -3581275 or 10836681. OLE color: 10836681.

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

Color convert

RGB 201 90 165 -
CMYK 0 0.55 0.18 0.21
HSL 319.46º 0.51% 0.57% -
HSV(B) 319.46º 0.55% 0.79% -
XYZ 34.54 22.45 38.11 -
YUV 131.74 146.77 177.4 -
System Red Green Blue C M Y K H S L
Decimal 201 90 165 0 0.55 0.18 0.21 319.46 0.51 0.57
Hex C9 5A A5 0 37 12 15 13F 33 39
Octal 311 132 245 0 67 22 25 477 63 71
Binary 11001001 1011010 10100101 0 110111 10010 10101 100111111 110011 111001

Color Harmonies of #C95AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95AA5

Black with #C95AA5

Text Example


Text Example

White with #C95AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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