Html Css Color HEX #C255A0 Mulberry

📋 copy color: '#C255A0'

red 194 ◦ green 85 ◦ blue 160

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

Shades of Mulberry #C255A0

Tints of Mulberry #C255A0

RGB

 RED value IS 194 (76.17% from 255) = 44.19%

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

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

R = 44.19%
G = 19.36%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C255A0 (or 0xC255A0) is known color: Mulberry. HEX triplet: C2, 55 and A0. RGB value is (194,85,160). Sum of RGB (Red+Green+Blue) = 194+85+160=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 85 (33.59% from 255 or 19.36% from 439); Blue value is 160 (62.89% from 255 or 36.45% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C255A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C255A0 is #3DAA5F. Grayscale: #7D7D7D. Windows color (decimal): -4041312 or 10507714. OLE color: 10507714.

HSL color Cylindrical-coordinate representation of color #C255A0: hue angle of 318.72º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C255A0 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 85 160 -
CMYK 0 0.56 0.18 0.24
HSL 318.72º 0.47% 0.55% -
HSV(B) 318.72º 0.56% 0.76% -
XYZ 31.84 20.5 35.54 -
YUV 126.14 147.11 176.4 -
System Red Green Blue C M Y K H S L
Decimal 194 85 160 0 0.56 0.18 0.24 318.72 0.47 0.55
Hex C2 55 A0 0 38 12 18 13F 2F 37
Octal 302 125 240 0 70 22 30 477 57 67
Binary 11000010 1010101 10100000 0 111000 10010 11000 100111111 101111 110111

Color Harmonies of #C255A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C255A0

Black with #C255A0

Text Example


Text Example

White with #C255A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C255A0; }

 p { color: rgb(194,85,160); }

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

background-color css

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

 a { background-color: rgb(194,85,160); }

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

border-color css

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

 span { border-color: rgb(194,85,160); }

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