Html Css Color HEX #C05AA3 Mulberry

📋 copy color: '#C05AA3'

red 192 ◦ green 90 ◦ blue 163

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

Shades of Mulberry #C05AA3

Tints of Mulberry #C05AA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 36.63%

R = 43.15%
G = 20.22%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#C05AA3 (or 0xC05AA3) is known color: Mulberry. HEX triplet: C0, 5A and A3. RGB value is (192,90,163). Sum of RGB (Red+Green+Blue) = 192+90+163=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 90 (35.55% from 255 or 20.22% from 445); Blue value is 163 (64.06% from 255 or 36.63% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C05AA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05AA3 is #3FA55C. Grayscale: #808080. Windows color (decimal): -4171101 or 10705600. OLE color: 10705600.

HSL color Cylindrical-coordinate representation of color #C05AA3: hue angle of 317.06º 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 #C05AA3 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 90 163 -
CMYK 0 0.53 0.15 0.25
HSL 317.06º 0.45% 0.55% -
HSV(B) 317.06º 0.53% 0.75% -
XYZ 32.01 21.16 37.05 -
YUV 128.82 147.29 173.06 -
System Red Green Blue C M Y K H S L
Decimal 192 90 163 0 0.53 0.15 0.25 317.06 0.45 0.55
Hex C0 5A A3 0 35 F 19 13D 2D 37
Octal 300 132 243 0 65 17 31 475 55 67
Binary 11000000 1011010 10100011 0 110101 1111 11001 100111101 101101 110111

Color Harmonies of #C05AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05AA3

Black with #C05AA3

Text Example


Text Example

White with #C05AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05AA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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