Html Css Color HEX #C255A5 Mulberry

📋 copy color: '#C255A5'

red 194 ◦ green 85 ◦ blue 165

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

Shades of Mulberry #C255A5

Tints of Mulberry #C255A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.16%

R = 43.69%
G = 19.14%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C255A5 (or 0xC255A5) is known color: Mulberry. HEX triplet: C2, 55 and A5. RGB value is (194,85,165). Sum of RGB (Red+Green+Blue) = 194+85+165=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 165 (64.84% from 255 or 37.16% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C255A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C255A5 is #3DAA5A. Grayscale: #7E7E7E. Windows color (decimal): -4041307 or 10835394. OLE color: 10835394.

HSL color Cylindrical-coordinate representation of color #C255A5: hue angle of 315.96º 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 #C255A5 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 85 165 -
CMYK 0 0.56 0.15 0.24
HSL 315.96º 0.47% 0.55% -
HSV(B) 315.96º 0.56% 0.76% -
XYZ 32.29 20.68 37.89 -
YUV 126.71 149.61 176 -
System Red Green Blue C M Y K H S L
Decimal 194 85 165 0 0.56 0.15 0.24 315.96 0.47 0.55
Hex C2 55 A5 0 38 F 18 13C 2F 37
Octal 302 125 245 0 70 17 30 474 57 67
Binary 11000010 1010101 10100101 0 111000 1111 11000 100111100 101111 110111

Color Harmonies of #C255A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C255A5

Black with #C255A5

Text Example


Text Example

White with #C255A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C255A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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