Html Css Color HEX #C05BA5 Mulberry

📋 copy color: '#C05BA5'

red 192 ◦ green 91 ◦ blue 165

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

Shades of Mulberry #C05BA5

Tints of Mulberry #C05BA5

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.31%

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

R = 42.86%
G = 20.31%
B = 36.83%

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

#C05BA5 (or 0xC05BA5) is known color: Mulberry. HEX triplet: C0, 5B and A5. RGB value is (192,91,165). Sum of RGB (Red+Green+Blue) = 192+91+165=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 91 (35.94% from 255 or 20.31% from 448); Blue value is 165 (64.84% from 255 or 36.83% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C05BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05BA5 is #3FA45A. Grayscale: #818181. Windows color (decimal): -4170843 or 10836928. OLE color: 10836928.

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

Color convert

RGB 192 91 165 -
CMYK 0 0.53 0.14 0.25
HSL 316.04º 0.44% 0.55% -
HSV(B) 316.04º 0.53% 0.75% -
XYZ 32.27 21.41 38.03 -
YUV 129.64 147.96 172.48 -
System Red Green Blue C M Y K H S L
Decimal 192 91 165 0 0.53 0.14 0.25 316.04 0.44 0.55
Hex C0 5B A5 0 35 E 19 13C 2C 37
Octal 300 133 245 0 65 16 31 474 54 67
Binary 11000000 1011011 10100101 0 110101 1110 11001 100111100 101100 110111

Color Harmonies of #C05BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05BA5

Black with #C05BA5

Text Example


Text Example

White with #C05BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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