Html Css Color HEX #C755A6 Mulberry

📋 copy color: '#C755A6'

red 199 ◦ green 85 ◦ blue 166

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

Shades of Mulberry #C755A6

Tints of Mulberry #C755A6

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.89%

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

R = 44.22%
G = 18.89%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C755A6 (or 0xC755A6) is known color: Mulberry. HEX triplet: C7, 55 and A6. RGB value is (199,85,166). Sum of RGB (Red+Green+Blue) = 199+85+166=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 166 (65.23% from 255 or 36.89% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C755A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C755A6 is #38AA59. Grayscale: #808080. Windows color (decimal): -3713626 or 10900935. OLE color: 10900935.

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

Color convert

RGB 199 85 166 -
CMYK 0 0.57 0.17 0.22
HSL 317.37º 0.5% 0.56% -
HSV(B) 317.37º 0.57% 0.78% -
XYZ 33.68 21.39 38.43 -
YUV 128.32 149.27 178.41 -
System Red Green Blue C M Y K H S L
Decimal 199 85 166 0 0.57 0.17 0.22 317.37 0.5 0.56
Hex C7 55 A6 0 39 11 16 13D 32 38
Octal 307 125 246 0 71 21 26 475 62 70
Binary 11000111 1010101 10100110 0 111001 10001 10110 100111101 110010 111000

Color Harmonies of #C755A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C755A6

Black with #C755A6

Text Example


Text Example

White with #C755A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C755A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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