Html Css Color HEX #C75A83 Mulberry

📋 copy color: '#C75A83'

red 199 ◦ green 90 ◦ blue 131

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

Shades of Mulberry #C75A83

Tints of Mulberry #C75A83

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.43%

 BLUE value IS 131 (51.56% from 255) = 31.19%

R = 47.38%
G = 21.43%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C75A83 (or 0xC75A83) is known color: Mulberry. HEX triplet: C7, 5A and 83. RGB value is (199,90,131). Sum of RGB (Red+Green+Blue) = 199+90+131=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75A83 is #38A57C. Grayscale: #7F7F7F. Windows color (decimal): -3712381 or 8608455. OLE color: 8608455.

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

Color convert

RGB 199 90 131 -
CMYK 0 0.55 0.34 0.22
HSL 337.43º 0.49% 0.57% -
HSV(B) 337.43º 0.55% 0.78% -
XYZ 31.31 21.09 23.89 -
YUV 127.27 130.11 179.17 -
System Red Green Blue C M Y K H S L
Decimal 199 90 131 0 0.55 0.34 0.22 337.43 0.49 0.57
Hex C7 5A 83 0 37 22 16 151 31 39
Octal 307 132 203 0 67 42 26 521 61 71
Binary 11000111 1011010 10000011 0 110111 100010 10110 101010001 110001 111001

Color Harmonies of #C75A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75A83

Black with #C75A83

Text Example


Text Example

White with #C75A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75A83; }

 p { color: rgb(199,90,131); }

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

background-color css

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

 a { background-color: rgb(199,90,131); }

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

border-color css

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

 span { border-color: rgb(199,90,131); }

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