Html Css Color HEX #C75C96 Mulberry

📋 copy color: '#C75C96'

red 199 ◦ green 92 ◦ blue 150

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

Shades of Mulberry #C75C96

Tints of Mulberry #C75C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.01%

R = 45.12%
G = 20.86%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C75C96 (or 0xC75C96) is known color: Mulberry. HEX triplet: C7, 5C and 96. RGB value is (199,92,150). Sum of RGB (Red+Green+Blue) = 199+92+150=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C75C96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75C96 is #38A369. Grayscale: #828282. Windows color (decimal): -3711850 or 9854151. OLE color: 9854151.

HSL color Cylindrical-coordinate representation of color #C75C96: hue angle of 327.48º 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 #C75C96 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 92 150 -
CMYK 0 0.54 0.25 0.22
HSL 327.48º 0.49% 0.57% -
HSV(B) 327.48º 0.54% 0.78% -
XYZ 32.89 22 31.37 -
YUV 130.61 138.95 176.78 -
System Red Green Blue C M Y K H S L
Decimal 199 92 150 0 0.54 0.25 0.22 327.48 0.49 0.57
Hex C7 5C 96 0 36 19 16 147 31 39
Octal 307 134 226 0 66 31 26 507 61 71
Binary 11000111 1011100 10010110 0 110110 11001 10110 101000111 110001 111001

Color Harmonies of #C75C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75C96

Black with #C75C96

Text Example


Text Example

White with #C75C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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