Html Css Color HEX #C75085 Mulberry

📋 copy color: '#C75085'

red 199 ◦ green 80 ◦ blue 133

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

Shades of Mulberry #C75085

Tints of Mulberry #C75085

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.42%

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

R = 48.3%
G = 19.42%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C75085 (or 0xC75085) is known color: Mulberry. HEX triplet: C7, 50 and 85. RGB value is (199,80,133). Sum of RGB (Red+Green+Blue) = 199+80+133=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C75085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75085 is #38AF7A. Grayscale: #797979. Windows color (decimal): -3714939 or 8736967. OLE color: 8736967.

HSL color Cylindrical-coordinate representation of color #C75085: hue angle of 333.28º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C75085 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 80 133 -
CMYK 0 0.60 0.33 0.22
HSL 333.28º 0.52% 0.55% -
HSV(B) 333.28º 0.6% 0.78% -
XYZ 30.66 19.57 24.35 -
YUV 121.62 134.42 183.19 -
System Red Green Blue C M Y K H S L
Decimal 199 80 133 0 0.60 0.33 0.22 333.28 0.52 0.55
Hex C7 50 85 0 3C 21 16 14D 34 37
Octal 307 120 205 0 74 41 26 515 64 67
Binary 11000111 1010000 10000101 0 111100 100001 10110 101001101 110100 110111

Color Harmonies of #C75085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75085

Black with #C75085

Text Example


Text Example

White with #C75085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75085; }

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

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

background-color css

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

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

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

border-color css

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

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

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