Html Css Color HEX #C75AA6 Mulberry

📋 copy color: '#C75AA6'

red 199 ◦ green 90 ◦ blue 166

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

Shades of Mulberry #C75AA6

Tints of Mulberry #C75AA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 36.48%

R = 43.74%
G = 19.78%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C75AA6 (or 0xC75AA6) is known color: Mulberry. HEX triplet: C7, 5A and A6. RGB value is (199,90,166). Sum of RGB (Red+Green+Blue) = 199+90+166=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 90 (35.55% from 255 or 19.78% from 455); Blue value is 166 (65.23% from 255 or 36.48% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C75AA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75AA6 is #38A559. Grayscale: #838383. Windows color (decimal): -3712346 or 10902215. OLE color: 10902215.

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

Color convert

RGB 199 90 166 -
CMYK 0 0.55 0.17 0.22
HSL 318.17º 0.49% 0.57% -
HSV(B) 318.17º 0.55% 0.78% -
XYZ 34.09 22.21 38.57 -
YUV 131.26 147.61 176.32 -
System Red Green Blue C M Y K H S L
Decimal 199 90 166 0 0.55 0.17 0.22 318.17 0.49 0.57
Hex C7 5A A6 0 37 11 16 13E 31 39
Octal 307 132 246 0 67 21 26 476 61 71
Binary 11000111 1011010 10100110 0 110111 10001 10110 100111110 110001 111001

Color Harmonies of #C75AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75AA6

Black with #C75AA6

Text Example


Text Example

White with #C75AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75AA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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