Html Css Color HEX #C05682 Mulberry

📋 copy color: '#C05682'

red 192 ◦ green 86 ◦ blue 130

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

Shades of Mulberry #C05682

Tints of Mulberry #C05682

RGB

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

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

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

R = 47.06%
G = 21.08%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C05682 (or 0xC05682) is known color: Mulberry. HEX triplet: C0, 56 and 82. RGB value is (192,86,130). Sum of RGB (Red+Green+Blue) = 192+86+130=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C05682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05682 is #3FA97D. Grayscale: #7A7A7A. Windows color (decimal): -4172158 or 8541888. OLE color: 8541888.

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

Color convert

RGB 192 86 130 -
CMYK 0 0.55 0.32 0.25
HSL 335.09º 0.46% 0.55% -
HSV(B) 335.09º 0.55% 0.75% -
XYZ 29.1 19.47 23.34 -
YUV 122.71 132.12 177.42 -
System Red Green Blue C M Y K H S L
Decimal 192 86 130 0 0.55 0.32 0.25 335.09 0.46 0.55
Hex C0 56 82 0 37 20 19 14F 2E 37
Octal 300 126 202 0 67 40 31 517 56 67
Binary 11000000 1010110 10000010 0 110111 100000 11001 101001111 101110 110111

Color Harmonies of #C05682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05682

Black with #C05682

Text Example


Text Example

White with #C05682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05682; }

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

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

background-color css

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

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

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

border-color css

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

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

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