Html Css Color HEX #C05084 Mulberry

📋 copy color: '#C05084'

red 192 ◦ green 80 ◦ blue 132

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

Shades of Mulberry #C05084

Tints of Mulberry #C05084

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.8%

 BLUE value IS 132 (51.95% from 255) = 32.67%

R = 47.52%
G = 19.8%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C05084 (or 0xC05084) is known color: Mulberry. HEX triplet: C0, 50 and 84. RGB value is (192,80,132). Sum of RGB (Red+Green+Blue) = 192+80+132=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C05084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05084 is #3FAF7B. Grayscale: #777777. Windows color (decimal): -4173692 or 8671424. OLE color: 8671424.

HSL color Cylindrical-coordinate representation of color #C05084: hue angle of 332.14º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C05084 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 80 132 -
CMYK 0 0.58 0.31 0.25
HSL 332.14º 0.47% 0.53% -
HSV(B) 332.14º 0.58% 0.75% -
XYZ 28.77 18.61 23.91 -
YUV 119.42 135.11 179.77 -
System Red Green Blue C M Y K H S L
Decimal 192 80 132 0 0.58 0.31 0.25 332.14 0.47 0.53
Hex C0 50 84 0 3A 1F 19 14C 2F 35
Octal 300 120 204 0 72 37 31 514 57 65
Binary 11000000 1010000 10000100 0 111010 11111 11001 101001100 101111 110101

Color Harmonies of #C05084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05084

Black with #C05084

Text Example


Text Example

White with #C05084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05084; }

 p { color: rgb(192,80,132); }

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

background-color css

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

 a { background-color: rgb(192,80,132); }

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

border-color css

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

 span { border-color: rgb(192,80,132); }

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