Html Css Color HEX #C75C92 Mulberry

📋 copy color: '#C75C92'

red 199 ◦ green 92 ◦ blue 146

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

Shades of Mulberry #C75C92

Tints of Mulberry #C75C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.41%

R = 45.54%
G = 21.05%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C75C92 (or 0xC75C92) is known color: Mulberry. HEX triplet: C7, 5C and 92. RGB value is (199,92,146). Sum of RGB (Red+Green+Blue) = 199+92+146=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 92 (36.33% from 255 or 21.05% from 437); Blue value is 146 (57.42% from 255 or 33.41% from 437); Max value from RGB is 199 - color contains mainly: red. Hex color #C75C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75C92 is #38A36D. Grayscale: #828282. Windows color (decimal): -3711854 or 9592007. OLE color: 9592007.

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

Color convert

RGB 199 92 146 -
CMYK 0 0.54 0.27 0.22
HSL 329.72º 0.49% 0.57% -
HSV(B) 329.72º 0.54% 0.78% -
XYZ 32.57 21.87 29.7 -
YUV 130.15 136.95 177.11 -
System Red Green Blue C M Y K H S L
Decimal 199 92 146 0 0.54 0.27 0.22 329.72 0.49 0.57
Hex C7 5C 92 0 36 1B 16 14A 31 39
Octal 307 134 222 0 66 33 26 512 61 71
Binary 11000111 1011100 10010010 0 110110 11011 10110 101001010 110001 111001

Color Harmonies of #C75C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75C92

Black with #C75C92

Text Example


Text Example

White with #C75C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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