Html Css Color HEX #C95AA2 Mulberry

📋 copy color: '#C95AA2'

red 201 ◦ green 90 ◦ blue 162

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

Shades of Mulberry #C95AA2

Tints of Mulberry #C95AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.76%

R = 44.37%
G = 19.87%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#C95AA2 (or 0xC95AA2) is known color: Mulberry. HEX triplet: C9, 5A and A2. RGB value is (201,90,162). Sum of RGB (Red+Green+Blue) = 201+90+162=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 162 (63.67% from 255 or 35.76% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C95AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95AA2 is #36A55D. Grayscale: #838383. Windows color (decimal): -3581278 or 10640073. OLE color: 10640073.

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

Color convert

RGB 201 90 162 -
CMYK 0 0.55 0.19 0.21
HSL 321.08º 0.51% 0.57% -
HSV(B) 321.08º 0.55% 0.79% -
XYZ 34.27 22.34 36.69 -
YUV 131.4 145.27 177.65 -
System Red Green Blue C M Y K H S L
Decimal 201 90 162 0 0.55 0.19 0.21 321.08 0.51 0.57
Hex C9 5A A2 0 37 13 15 141 33 39
Octal 311 132 242 0 67 23 25 501 63 71
Binary 11001001 1011010 10100010 0 110111 10011 10101 101000001 110011 111001

Color Harmonies of #C95AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95AA2

Black with #C95AA2

Text Example


Text Example

White with #C95AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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