Html Css Color HEX #C75A89 Mulberry

📋 copy color: '#C75A89'

red 199 ◦ green 90 ◦ blue 137

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

Shades of Mulberry #C75A89

Tints of Mulberry #C75A89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 32.16%

R = 46.71%
G = 21.13%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C75A89 (or 0xC75A89) is known color: Mulberry. HEX triplet: C7, 5A and 89. RGB value is (199,90,137). Sum of RGB (Red+Green+Blue) = 199+90+137=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75A89 is #38A576. Grayscale: #7F7F7F. Windows color (decimal): -3712375 or 9001671. OLE color: 9001671.

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

Color convert

RGB 199 90 137 -
CMYK 0 0.55 0.31 0.22
HSL 334.13º 0.49% 0.57% -
HSV(B) 334.13º 0.55% 0.78% -
XYZ 31.72 21.26 26.1 -
YUV 127.95 133.11 178.68 -
System Red Green Blue C M Y K H S L
Decimal 199 90 137 0 0.55 0.31 0.22 334.13 0.49 0.57
Hex C7 5A 89 0 37 1F 16 14E 31 39
Octal 307 132 211 0 67 37 26 516 61 71
Binary 11000111 1011010 10001001 0 110111 11111 10110 101001110 110001 111001

Color Harmonies of #C75A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75A89

Black with #C75A89

Text Example


Text Example

White with #C75A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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