Html Css Color HEX #C05487 Mulberry

📋 copy color: '#C05487'

red 192 ◦ green 84 ◦ blue 135

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

Shades of Mulberry #C05487

Tints of Mulberry #C05487

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.44%

 BLUE value IS 135 (53.13% from 255) = 32.85%

R = 46.72%
G = 20.44%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C05487 (or 0xC05487) is known color: Mulberry. HEX triplet: C0, 54 and 87. RGB value is (192,84,135). Sum of RGB (Red+Green+Blue) = 192+84+135=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 135 (53.12% from 255 or 32.85% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C05487 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05487 is #3FAB78. Grayscale: #7A7A7A. Windows color (decimal): -4172665 or 8869056. OLE color: 8869056.

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

Color convert

RGB 192 84 135 -
CMYK 0 0.56 0.30 0.25
HSL 331.67º 0.46% 0.54% -
HSV(B) 331.67º 0.56% 0.75% -
XYZ 29.28 19.3 25.1 -
YUV 122.11 135.28 177.85 -
System Red Green Blue C M Y K H S L
Decimal 192 84 135 0 0.56 0.30 0.25 331.67 0.46 0.54
Hex C0 54 87 0 38 1E 19 14C 2E 36
Octal 300 124 207 0 70 36 31 514 56 66
Binary 11000000 1010100 10000111 0 111000 11110 11001 101001100 101110 110110

Color Harmonies of #C05487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05487

Black with #C05487

Text Example


Text Example

White with #C05487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05487; }

 p { color: rgb(192,84,135); }

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

background-color css

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

 a { background-color: rgb(192,84,135); }

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

border-color css

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

 span { border-color: rgb(192,84,135); }

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