Html Css Color HEX #C05497 Mulberry

📋 copy color: '#C05497'

red 192 ◦ green 84 ◦ blue 151

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

Shades of Mulberry #C05497

Tints of Mulberry #C05497

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.67%

 BLUE value IS 151 (59.38% from 255) = 35.36%

R = 44.96%
G = 19.67%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C05497 (or 0xC05497) is known color: Mulberry. HEX triplet: C0, 54 and 97. RGB value is (192,84,151). Sum of RGB (Red+Green+Blue) = 192+84+151=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 151 (59.38% from 255 or 35.36% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C05497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05497 is #3FAB68. Grayscale: #7B7B7B. Windows color (decimal): -4172649 or 9917632. OLE color: 9917632.

HSL color Cylindrical-coordinate representation of color #C05497: hue angle of 322.78º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C05497 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 84 151 -
CMYK 0 0.56 0.21 0.25
HSL 322.78º 0.46% 0.54% -
HSV(B) 322.78º 0.56% 0.75% -
XYZ 30.49 19.78 31.49 -
YUV 123.93 143.28 176.55 -
System Red Green Blue C M Y K H S L
Decimal 192 84 151 0 0.56 0.21 0.25 322.78 0.46 0.54
Hex C0 54 97 0 38 15 19 143 2E 36
Octal 300 124 227 0 70 25 31 503 56 66
Binary 11000000 1010100 10010111 0 111000 10101 11001 101000011 101110 110110

Color Harmonies of #C05497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05497

Black with #C05497

Text Example


Text Example

White with #C05497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05497; }

 p { color: rgb(192,84,151); }

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

background-color css

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

 a { background-color: rgb(192,84,151); }

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

border-color css

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

 span { border-color: rgb(192,84,151); }

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