Html Css Color HEX #C75896 Mulberry

📋 copy color: '#C75896'

red 199 ◦ green 88 ◦ blue 150

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

Shades of Mulberry #C75896

Tints of Mulberry #C75896

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.14%

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

R = 45.54%
G = 20.14%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C75896 (or 0xC75896) is known color: Mulberry. HEX triplet: C7, 58 and 96. RGB value is (199,88,150). Sum of RGB (Red+Green+Blue) = 199+88+150=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 88 (34.77% from 255 or 20.14% from 437); Blue value is 150 (58.98% from 255 or 34.32% from 437); Max value from RGB is 199 - color contains mainly: red. Hex color #C75896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75896 is #38A769. Grayscale: #808080. Windows color (decimal): -3712874 or 9853127. OLE color: 9853127.

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

Color convert

RGB 199 88 150 -
CMYK 0 0.56 0.25 0.22
HSL 326.49º 0.5% 0.56% -
HSV(B) 326.49º 0.56% 0.78% -
XYZ 32.55 21.32 31.25 -
YUV 128.26 140.27 178.46 -
System Red Green Blue C M Y K H S L
Decimal 199 88 150 0 0.56 0.25 0.22 326.49 0.5 0.56
Hex C7 58 96 0 38 19 16 146 32 38
Octal 307 130 226 0 70 31 26 506 62 70
Binary 11000111 1011000 10010110 0 111000 11001 10110 101000110 110010 111000

Color Harmonies of #C75896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75896

Black with #C75896

Text Example


Text Example

White with #C75896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75896; }

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

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

background-color css

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

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

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

border-color css

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

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

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