Html Css Color HEX #C05296 Mulberry

📋 copy color: '#C05296'

red 192 ◦ green 82 ◦ blue 150

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

Shades of Mulberry #C05296

Tints of Mulberry #C05296

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.34%

 BLUE value IS 150 (58.98% from 255) = 35.38%

R = 45.28%
G = 19.34%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C05296 (or 0xC05296) is known color: Mulberry. HEX triplet: C0, 52 and 96. RGB value is (192,82,150). Sum of RGB (Red+Green+Blue) = 192+82+150=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 150 (58.98% from 255 or 35.38% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C05296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05296 is #3FAD69. Grayscale: #7A7A7A. Windows color (decimal): -4173162 or 9851584. OLE color: 9851584.

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

Color convert

RGB 192 82 150 -
CMYK 0 0.57 0.22 0.25
HSL 322.91º 0.47% 0.54% -
HSV(B) 322.91º 0.57% 0.75% -
XYZ 30.26 19.44 31.01 -
YUV 122.64 143.44 177.47 -
System Red Green Blue C M Y K H S L
Decimal 192 82 150 0 0.57 0.22 0.25 322.91 0.47 0.54
Hex C0 52 96 0 39 16 19 143 2F 36
Octal 300 122 226 0 71 26 31 503 57 66
Binary 11000000 1010010 10010110 0 111001 10110 11001 101000011 101111 110110

Color Harmonies of #C05296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05296

Black with #C05296

Text Example


Text Example

White with #C05296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05296; }

 p { color: rgb(192,82,150); }

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

background-color css

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

 a { background-color: rgb(192,82,150); }

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

border-color css

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

 span { border-color: rgb(192,82,150); }

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