Html Css Color HEX #C25AA6 Mulberry

📋 copy color: '#C25AA6'

red 194 ◦ green 90 ◦ blue 166

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

Shades of Mulberry #C25AA6

Tints of Mulberry #C25AA6

RGB

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

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

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

R = 43.11%
G = 20%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C25AA6 (or 0xC25AA6) is known color: Mulberry. HEX triplet: C2, 5A and A6. RGB value is (194,90,166). Sum of RGB (Red+Green+Blue) = 194+90+166=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 166 (65.23% from 255 or 36.89% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C25AA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25AA6 is #3DA559. Grayscale: #818181. Windows color (decimal): -4040026 or 10902210. OLE color: 10902210.

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

Color convert

RGB 194 90 166 -
CMYK 0 0.54 0.14 0.24
HSL 316.15º 0.46% 0.56% -
HSV(B) 316.15º 0.54% 0.76% -
XYZ 32.79 21.53 38.5 -
YUV 129.76 148.46 173.82 -
System Red Green Blue C M Y K H S L
Decimal 194 90 166 0 0.54 0.14 0.24 316.15 0.46 0.56
Hex C2 5A A6 0 36 E 18 13C 2E 38
Octal 302 132 246 0 66 16 30 474 56 70
Binary 11000010 1011010 10100110 0 110110 1110 11000 100111100 101110 111000

Color Harmonies of #C25AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25AA6

Black with #C25AA6

Text Example


Text Example

White with #C25AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25AA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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