Html Css Color HEX #C75495 Mulberry

📋 copy color: '#C75495'

red 199 ◦ green 84 ◦ blue 149

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

Shades of Mulberry #C75495

Tints of Mulberry #C75495

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.44%

 BLUE value IS 149 (58.59% from 255) = 34.49%

R = 46.06%
G = 19.44%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C75495 (or 0xC75495) is known color: Mulberry. HEX triplet: C7, 54 and 95. RGB value is (199,84,149). Sum of RGB (Red+Green+Blue) = 199+84+149=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 84 (33.20% from 255 or 19.44% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 199 - color contains mainly: red. Hex color #C75495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75495 is #38AB6A. Grayscale: #7D7D7D. Windows color (decimal): -3713899 or 9786567. OLE color: 9786567.

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

Color convert

RGB 199 84 149 -
CMYK 0 0.58 0.25 0.22
HSL 326.09º 0.51% 0.55% -
HSV(B) 326.09º 0.58% 0.78% -
XYZ 32.15 20.65 30.73 -
YUV 125.8 141.1 180.21 -
System Red Green Blue C M Y K H S L
Decimal 199 84 149 0 0.58 0.25 0.22 326.09 0.51 0.55
Hex C7 54 95 0 3A 19 16 146 33 37
Octal 307 124 225 0 72 31 26 506 63 67
Binary 11000111 1010100 10010101 0 111010 11001 10110 101000110 110011 110111

Color Harmonies of #C75495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75495

Black with #C75495

Text Example


Text Example

White with #C75495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75495; }

 p { color: rgb(199,84,149); }

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

background-color css

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

 a { background-color: rgb(199,84,149); }

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

border-color css

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

 span { border-color: rgb(199,84,149); }

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