Html Css Color HEX #C75A84 Mulberry

📋 copy color: '#C75A84'

red 199 ◦ green 90 ◦ blue 132

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

Shades of Mulberry #C75A84

Tints of Mulberry #C75A84

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.38%

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

R = 47.27%
G = 21.38%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C75A84 (or 0xC75A84) is known color: Mulberry. HEX triplet: C7, 5A and 84. RGB value is (199,90,132). Sum of RGB (Red+Green+Blue) = 199+90+132=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 90 (35.55% from 255 or 21.38% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75A84 is #38A57B. Grayscale: #7F7F7F. Windows color (decimal): -3712380 or 8673991. OLE color: 8673991.

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

Color convert

RGB 199 90 132 -
CMYK 0 0.55 0.34 0.22
HSL 336.88º 0.49% 0.57% -
HSV(B) 336.88º 0.55% 0.78% -
XYZ 31.37 21.12 24.25 -
YUV 127.38 130.61 179.08 -
System Red Green Blue C M Y K H S L
Decimal 199 90 132 0 0.55 0.34 0.22 336.88 0.49 0.57
Hex C7 5A 84 0 37 22 16 151 31 39
Octal 307 132 204 0 67 42 26 521 61 71
Binary 11000111 1011010 10000100 0 110111 100010 10110 101010001 110001 111001

Color Harmonies of #C75A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75A84

Black with #C75A84

Text Example


Text Example

White with #C75A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75A84; }

 p { color: rgb(199,90,132); }

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

background-color css

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

 a { background-color: rgb(199,90,132); }

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

border-color css

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

 span { border-color: rgb(199,90,132); }

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