Html Css Color HEX #C260A5 Mulberry

📋 copy color: '#C260A5'

red 194 ◦ green 96 ◦ blue 165

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

Shades of Mulberry #C260A5

Tints of Mulberry #C260A5

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.1%

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

R = 42.64%
G = 21.1%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C260A5 (or 0xC260A5) is known color: Mulberry. HEX triplet: C2, 60 and A5. RGB value is (194,96,165). Sum of RGB (Red+Green+Blue) = 194+96+165=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 165 (64.84% from 255 or 36.26% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C260A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C260A5 is #3D9F5A. Grayscale: #848484. Windows color (decimal): -4038491 or 10838210. OLE color: 10838210.

HSL color Cylindrical-coordinate representation of color #C260A5: hue angle of 317.76º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C260A5 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 96 165 -
CMYK 0 0.51 0.15 0.24
HSL 317.76º 0.45% 0.57% -
HSV(B) 317.76º 0.51% 0.76% -
XYZ 33.22 22.55 38.2 -
YUV 133.17 145.97 171.39 -
System Red Green Blue C M Y K H S L
Decimal 194 96 165 0 0.51 0.15 0.24 317.76 0.45 0.57
Hex C2 60 A5 0 33 F 18 13E 2D 39
Octal 302 140 245 0 63 17 30 476 55 71
Binary 11000010 1100000 10100101 0 110011 1111 11000 100111110 101101 111001

Color Harmonies of #C260A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C260A5

Black with #C260A5

Text Example


Text Example

White with #C260A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C260A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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