Html Css Color HEX #C245A6 Mulberry

📋 copy color: '#C245A6'

red 194 ◦ green 69 ◦ blue 166

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

Shades of Mulberry #C245A6

Tints of Mulberry #C245A6

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.08%

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

R = 45.22%
G = 16.08%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C245A6 (or 0xC245A6) is known color: Mulberry. HEX triplet: C2, 45 and A6. RGB value is (194,69,166). Sum of RGB (Red+Green+Blue) = 194+69+166=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 69 (27.34% from 255 or 16.08% from 429); Blue value is 166 (65.23% from 255 or 38.69% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C245A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C245A6 is #3DBA59. Grayscale: #757575. Windows color (decimal): -4045402 or 10896834. OLE color: 10896834.

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

Color convert

RGB 194 69 166 -
CMYK 0 0.64 0.14 0.24
HSL 313.44º 0.51% 0.52% -
HSV(B) 313.44º 0.64% 0.76% -
XYZ 31.26 18.48 38 -
YUV 117.43 155.41 182.61 -
System Red Green Blue C M Y K H S L
Decimal 194 69 166 0 0.64 0.14 0.24 313.44 0.51 0.52
Hex C2 45 A6 0 40 E 18 139 33 34
Octal 302 105 246 0 100 16 30 471 63 64
Binary 11000010 1000101 10100110 0 1000000 1110 11000 100111001 110011 110100

Color Harmonies of #C245A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C245A6

Black with #C245A6

Text Example


Text Example

White with #C245A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C245A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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