Html Css Color HEX #C75C98 Mulberry

📋 copy color: '#C75C98'

red 199 ◦ green 92 ◦ blue 152

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

Shades of Mulberry #C75C98

Tints of Mulberry #C75C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.31%

R = 44.92%
G = 20.77%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C75C98 (or 0xC75C98) is known color: Mulberry. HEX triplet: C7, 5C and 98. RGB value is (199,92,152). Sum of RGB (Red+Green+Blue) = 199+92+152=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 92 (36.33% from 255 or 20.77% from 443); Blue value is 152 (59.77% from 255 or 34.31% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C75C98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75C98 is #38A367. Grayscale: #828282. Windows color (decimal): -3711848 or 9985223. OLE color: 9985223.

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

Color convert

RGB 199 92 152 -
CMYK 0 0.54 0.24 0.22
HSL 326.36º 0.49% 0.57% -
HSV(B) 326.36º 0.54% 0.78% -
XYZ 33.05 22.06 32.22 -
YUV 130.83 139.95 176.62 -
System Red Green Blue C M Y K H S L
Decimal 199 92 152 0 0.54 0.24 0.22 326.36 0.49 0.57
Hex C7 5C 98 0 36 18 16 146 31 39
Octal 307 134 230 0 66 30 26 506 61 71
Binary 11000111 1011100 10011000 0 110110 11000 10110 101000110 110001 111001

Color Harmonies of #C75C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75C98

Black with #C75C98

Text Example


Text Example

White with #C75C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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