Html Css Color HEX #C05C82 Mulberry

📋 copy color: '#C05C82'

red 192 ◦ green 92 ◦ blue 130

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

Shades of Mulberry #C05C82

Tints of Mulberry #C05C82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.4%

R = 46.38%
G = 22.22%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C05C82 (or 0xC05C82) is known color: Mulberry. HEX triplet: C0, 5C and 82. RGB value is (192,92,130). Sum of RGB (Red+Green+Blue) = 192+92+130=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 92 (36.33% from 255 or 22.22% from 414); Blue value is 130 (51.17% from 255 or 31.40% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C05C82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05C82 is #3FA37D. Grayscale: #7E7E7E. Windows color (decimal): -4170622 or 8543424. OLE color: 8543424.

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

Color convert

RGB 192 92 130 -
CMYK 0 0.52 0.32 0.25
HSL 337.2º 0.44% 0.56% -
HSV(B) 337.2º 0.52% 0.75% -
XYZ 29.59 20.47 23.51 -
YUV 126.23 130.13 174.91 -
System Red Green Blue C M Y K H S L
Decimal 192 92 130 0 0.52 0.32 0.25 337.2 0.44 0.56
Hex C0 5C 82 0 34 20 19 151 2C 38
Octal 300 134 202 0 64 40 31 521 54 70
Binary 11000000 1011100 10000010 0 110100 100000 11001 101010001 101100 111000

Color Harmonies of #C05C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05C82

Black with #C05C82

Text Example


Text Example

White with #C05C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05C82; }

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

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

background-color css

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

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

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

border-color css

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

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

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