Html Css Color HEX #C255A2 Mulberry

📋 copy color: '#C255A2'

red 194 ◦ green 85 ◦ blue 162

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

Shades of Mulberry #C255A2

Tints of Mulberry #C255A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 36.73%

R = 43.99%
G = 19.27%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C255A2 (or 0xC255A2) is known color: Mulberry. HEX triplet: C2, 55 and A2. RGB value is (194,85,162). Sum of RGB (Red+Green+Blue) = 194+85+162=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 162 (63.67% from 255 or 36.73% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C255A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C255A2 is #3DAA5D. Grayscale: #7E7E7E. Windows color (decimal): -4041310 or 10638786. OLE color: 10638786.

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

Color convert

RGB 194 85 162 -
CMYK 0 0.56 0.16 0.24
HSL 317.61º 0.47% 0.55% -
HSV(B) 317.61º 0.56% 0.76% -
XYZ 32.02 20.57 36.47 -
YUV 126.37 148.11 176.24 -
System Red Green Blue C M Y K H S L
Decimal 194 85 162 0 0.56 0.16 0.24 317.61 0.47 0.55
Hex C2 55 A2 0 38 10 18 13E 2F 37
Octal 302 125 242 0 70 20 30 476 57 67
Binary 11000010 1010101 10100010 0 111000 10000 11000 100111110 101111 110111

Color Harmonies of #C255A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C255A2

Black with #C255A2

Text Example


Text Example

White with #C255A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C255A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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