Html Css Color HEX #C75BA0 Mulberry

📋 copy color: '#C75BA0'

red 199 ◦ green 91 ◦ blue 160

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

Shades of Mulberry #C75BA0

Tints of Mulberry #C75BA0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.22%

 BLUE value IS 160 (62.89% from 255) = 35.56%

R = 44.22%
G = 20.22%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C75BA0 (or 0xC75BA0) is known color: Mulberry. HEX triplet: C7, 5B and A0. RGB value is (199,91,160). Sum of RGB (Red+Green+Blue) = 199+91+160=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 91 (35.94% from 255 or 20.22% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C75BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75BA0 is #38A45F. Grayscale: #828282. Windows color (decimal): -3712096 or 10509255. OLE color: 10509255.

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

Color convert

RGB 199 91 160 -
CMYK 0 0.54 0.20 0.22
HSL 321.67º 0.49% 0.57% -
HSV(B) 321.67º 0.54% 0.78% -
XYZ 33.64 22.16 35.76 -
YUV 131.16 144.28 176.39 -
System Red Green Blue C M Y K H S L
Decimal 199 91 160 0 0.54 0.20 0.22 321.67 0.49 0.57
Hex C7 5B A0 0 36 14 16 142 31 39
Octal 307 133 240 0 66 24 26 502 61 71
Binary 11000111 1011011 10100000 0 110110 10100 10110 101000010 110001 111001

Color Harmonies of #C75BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75BA0

Black with #C75BA0

Text Example


Text Example

White with #C75BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75BA0; }

 p { color: rgb(199,91,160); }

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

background-color css

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

 a { background-color: rgb(199,91,160); }

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

border-color css

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

 span { border-color: rgb(199,91,160); }

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