Html Css Color HEX #C05597 Mulberry

📋 copy color: '#C05597'

red 192 ◦ green 85 ◦ blue 151

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

Shades of Mulberry #C05597

Tints of Mulberry #C05597

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.86%

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

R = 44.86%
G = 19.86%
B = 35.28%

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

#C05597 (or 0xC05597) is known color: Mulberry. HEX triplet: C0, 55 and 97. RGB value is (192,85,151). Sum of RGB (Red+Green+Blue) = 192+85+151=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 151 (59.38% from 255 or 35.28% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C05597 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05597 is #3FAA68. Grayscale: #7C7C7C. Windows color (decimal): -4172393 or 9917888. OLE color: 9917888.

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

Color convert

RGB 192 85 151 -
CMYK 0 0.56 0.21 0.25
HSL 322.99º 0.46% 0.54% -
HSV(B) 322.99º 0.56% 0.75% -
XYZ 30.57 19.94 31.52 -
YUV 124.52 142.95 176.13 -
System Red Green Blue C M Y K H S L
Decimal 192 85 151 0 0.56 0.21 0.25 322.99 0.46 0.54
Hex C0 55 97 0 38 15 19 143 2E 36
Octal 300 125 227 0 70 25 31 503 56 66
Binary 11000000 1010101 10010111 0 111000 10101 11001 101000011 101110 110110

Color Harmonies of #C05597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05597

Black with #C05597

Text Example


Text Example

White with #C05597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05597; }

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

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

background-color css

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

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

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

border-color css

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

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

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