Html Css Color HEX #C05AA5 Mulberry

📋 copy color: '#C05AA5'

red 192 ◦ green 90 ◦ blue 165

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

Shades of Mulberry #C05AA5

Tints of Mulberry #C05AA5

RGB

 RED value IS 192 (75.39% from 255) = 42.95%

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

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

R = 42.95%
G = 20.13%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C05AA5 (or 0xC05AA5) is known color: Mulberry. HEX triplet: C0, 5A and A5. RGB value is (192,90,165). Sum of RGB (Red+Green+Blue) = 192+90+165=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 90 (35.55% from 255 or 20.13% from 447); Blue value is 165 (64.84% from 255 or 36.91% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C05AA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05AA5 is #3FA55A. Grayscale: #808080. Windows color (decimal): -4171099 or 10836672. OLE color: 10836672.

HSL color Cylindrical-coordinate representation of color #C05AA5: hue angle of 315.88º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C05AA5 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 90 165 -
CMYK 0 0.53 0.14 0.25
HSL 315.88º 0.45% 0.55% -
HSV(B) 315.88º 0.53% 0.75% -
XYZ 32.19 21.24 38 -
YUV 129.05 148.29 172.9 -
System Red Green Blue C M Y K H S L
Decimal 192 90 165 0 0.53 0.14 0.25 315.88 0.45 0.55
Hex C0 5A A5 0 35 E 19 13C 2D 37
Octal 300 132 245 0 65 16 31 474 55 67
Binary 11000000 1011010 10100101 0 110101 1110 11001 100111100 101101 110111

Color Harmonies of #C05AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05AA5

Black with #C05AA5

Text Example


Text Example

White with #C05AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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