Html Css Color HEX #C75C84 Mulberry

📋 copy color: '#C75C84'

red 199 ◦ green 92 ◦ blue 132

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

Shades of Mulberry #C75C84

Tints of Mulberry #C75C84

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.75%

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

R = 47.04%
G = 21.75%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C75C84 (or 0xC75C84) is known color: Mulberry. HEX triplet: C7, 5C and 84. RGB value is (199,92,132). Sum of RGB (Red+Green+Blue) = 199+92+132=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C75C84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75C84 is #38A37B. Grayscale: #808080. Windows color (decimal): -3711868 or 8674503. OLE color: 8674503.

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

Color convert

RGB 199 92 132 -
CMYK 0 0.54 0.34 0.22
HSL 337.57º 0.49% 0.57% -
HSV(B) 337.57º 0.54% 0.78% -
XYZ 31.55 21.46 24.31 -
YUV 128.55 129.95 178.25 -
System Red Green Blue C M Y K H S L
Decimal 199 92 132 0 0.54 0.34 0.22 337.57 0.49 0.57
Hex C7 5C 84 0 36 22 16 152 31 39
Octal 307 134 204 0 66 42 26 522 61 71
Binary 11000111 1011100 10000100 0 110110 100010 10110 101010010 110001 111001

Color Harmonies of #C75C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75C84

Black with #C75C84

Text Example


Text Example

White with #C75C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75C84; }

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

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

background-color css

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

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

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

border-color css

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

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

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