Html Css Color HEX #C75A85 Mulberry

📋 copy color: '#C75A85'

red 199 ◦ green 90 ◦ blue 133

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

Shades of Mulberry #C75A85

Tints of Mulberry #C75A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.52%

R = 47.16%
G = 21.33%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C75A85 (or 0xC75A85) is known color: Mulberry. HEX triplet: C7, 5A and 85. RGB value is (199,90,133). Sum of RGB (Red+Green+Blue) = 199+90+133=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75A85 is #38A57A. Grayscale: #7F7F7F. Windows color (decimal): -3712379 or 8739527. OLE color: 8739527.

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

Color convert

RGB 199 90 133 -
CMYK 0 0.55 0.33 0.22
HSL 336.33º 0.49% 0.57% -
HSV(B) 336.33º 0.55% 0.78% -
XYZ 31.44 21.15 24.62 -
YUV 127.49 131.11 179 -
System Red Green Blue C M Y K H S L
Decimal 199 90 133 0 0.55 0.33 0.22 336.33 0.49 0.57
Hex C7 5A 85 0 37 21 16 150 31 39
Octal 307 132 205 0 67 41 26 520 61 71
Binary 11000111 1011010 10000101 0 110111 100001 10110 101010000 110001 111001

Color Harmonies of #C75A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75A85

Black with #C75A85

Text Example


Text Example

White with #C75A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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