Html Css Color HEX #C05397 Mulberry

📋 copy color: '#C05397'

red 192 ◦ green 83 ◦ blue 151

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

Shades of Mulberry #C05397

Tints of Mulberry #C05397

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.48%

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

R = 45.07%
G = 19.48%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#C05397 (or 0xC05397) is known color: Mulberry. HEX triplet: C0, 53 and 97. RGB value is (192,83,151). Sum of RGB (Red+Green+Blue) = 192+83+151=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C05397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05397 is #3FAC68. Grayscale: #7B7B7B. Windows color (decimal): -4172905 or 9917376. OLE color: 9917376.

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

Color convert

RGB 192 83 151 -
CMYK 0 0.57 0.21 0.25
HSL 322.57º 0.46% 0.54% -
HSV(B) 322.57º 0.57% 0.75% -
XYZ 30.42 19.63 31.46 -
YUV 123.34 143.61 176.97 -
System Red Green Blue C M Y K H S L
Decimal 192 83 151 0 0.57 0.21 0.25 322.57 0.46 0.54
Hex C0 53 97 0 39 15 19 143 2E 36
Octal 300 123 227 0 71 25 31 503 56 66
Binary 11000000 1010011 10010111 0 111001 10101 11001 101000011 101110 110110

Color Harmonies of #C05397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05397

Black with #C05397

Text Example


Text Example

White with #C05397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05397; }

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

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

background-color css

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

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

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

border-color css

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

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

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