Html Css Color HEX #C75582 Mulberry

📋 copy color: '#C75582'

red 199 ◦ green 85 ◦ blue 130

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

Shades of Mulberry #C75582

Tints of Mulberry #C75582

RGB

 RED value IS 199 (78.13% from 255) = 48.07%

 GREEN value IS 85 (33.59% from 255) = 20.53%

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

R = 48.07%
G = 20.53%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C75582 (or 0xC75582) is known color: Mulberry. HEX triplet: C7, 55 and 82. RGB value is (199,85,130). Sum of RGB (Red+Green+Blue) = 199+85+130=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 130 (51.17% from 255 or 31.40% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C75582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75582 is #38AA7D. Grayscale: #7C7C7C. Windows color (decimal): -3713662 or 8541639. OLE color: 8541639.

HSL color Cylindrical-coordinate representation of color #C75582: hue angle of 336.32º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C75582 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 85 130 -
CMYK 0 0.57 0.35 0.22
HSL 336.32º 0.5% 0.56% -
HSV(B) 336.32º 0.57% 0.78% -
XYZ 30.83 20.25 23.4 -
YUV 124.22 131.27 181.34 -
System Red Green Blue C M Y K H S L
Decimal 199 85 130 0 0.57 0.35 0.22 336.32 0.5 0.56
Hex C7 55 82 0 39 23 16 150 32 38
Octal 307 125 202 0 71 43 26 520 62 70
Binary 11000111 1010101 10000010 0 111001 100011 10110 101010000 110010 111000

Color Harmonies of #C75582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75582

Black with #C75582

Text Example


Text Example

White with #C75582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75582; }

 p { color: rgb(199,85,130); }

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

background-color css

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

 a { background-color: rgb(199,85,130); }

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

border-color css

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

 span { border-color: rgb(199,85,130); }

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