Html Css Color HEX #C05C8D Mulberry

📋 copy color: '#C05C8D'

red 192 ◦ green 92 ◦ blue 141

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

Shades of Mulberry #C05C8D

Tints of Mulberry #C05C8D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.65%

 BLUE value IS 141 (55.47% from 255) = 33.18%

R = 45.18%
G = 21.65%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C05C8D (or 0xC05C8D) is known color: Mulberry. HEX triplet: C0, 5C and 8D. RGB value is (192,92,141). Sum of RGB (Red+Green+Blue) = 192+92+141=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05C8D is #3FA372. Grayscale: #7F7F7F. Windows color (decimal): -4170611 or 9264320. OLE color: 9264320.

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

Color convert

RGB 192 92 141 -
CMYK 0 0.52 0.27 0.25
HSL 330.6º 0.44% 0.56% -
HSV(B) 330.6º 0.52% 0.75% -
XYZ 30.37 20.78 27.61 -
YUV 127.49 135.63 174.02 -
System Red Green Blue C M Y K H S L
Decimal 192 92 141 0 0.52 0.27 0.25 330.6 0.44 0.56
Hex C0 5C 8D 0 34 1B 19 14B 2C 38
Octal 300 134 215 0 64 33 31 513 54 70
Binary 11000000 1011100 10001101 0 110100 11011 11001 101001011 101100 111000

Color Harmonies of #C05C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05C8D

Black with #C05C8D

Text Example


Text Example

White with #C05C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05C8D; }

 p { color: rgb(192,92,141); }

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

background-color css

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

 a { background-color: rgb(192,92,141); }

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

border-color css

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

 span { border-color: rgb(192,92,141); }

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