Html Css Color HEX #C05696 Mulberry

📋 copy color: '#C05696'

red 192 ◦ green 86 ◦ blue 150

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

Shades of Mulberry #C05696

Tints of Mulberry #C05696

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.09%

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

R = 44.86%
G = 20.09%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C05696 (or 0xC05696) is known color: Mulberry. HEX triplet: C0, 56 and 96. RGB value is (192,86,150). Sum of RGB (Red+Green+Blue) = 192+86+150=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 86 (33.98% from 255 or 20.09% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C05696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05696 is #3FA969. Grayscale: #7C7C7C. Windows color (decimal): -4172138 or 9852608. OLE color: 9852608.

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

Color convert

RGB 192 86 150 -
CMYK 0 0.55 0.22 0.25
HSL 323.77º 0.46% 0.55% -
HSV(B) 323.77º 0.55% 0.75% -
XYZ 30.57 20.06 31.12 -
YUV 124.99 142.12 175.8 -
System Red Green Blue C M Y K H S L
Decimal 192 86 150 0 0.55 0.22 0.25 323.77 0.46 0.55
Hex C0 56 96 0 37 16 19 144 2E 37
Octal 300 126 226 0 67 26 31 504 56 67
Binary 11000000 1010110 10010110 0 110111 10110 11001 101000100 101110 110111

Color Harmonies of #C05696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05696

Black with #C05696

Text Example


Text Example

White with #C05696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05696; }

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

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

background-color css

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

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

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

border-color css

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

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

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