Html Css Color HEX #C346A5 Mulberry

📋 copy color: '#C346A5'

red 195 ◦ green 70 ◦ blue 165

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

Shades of Mulberry #C346A5

Tints of Mulberry #C346A5

RGB

 RED value IS 195 (76.56% from 255) = 45.35%

 GREEN value IS 70 (27.73% from 255) = 16.28%

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

R = 45.35%
G = 16.28%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C346A5 (or 0xC346A5) is known color: Mulberry. HEX triplet: C3, 46 and A5. RGB value is (195,70,165). Sum of RGB (Red+Green+Blue) = 195+70+165=430 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.35% from 430); Green value is 70 (27.73% from 255 or 16.28% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 195 - color contains mainly: red. Hex color #C346A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C346A5 is #3CB95A. Grayscale: #757575. Windows color (decimal): -3979611 or 10831555. OLE color: 10831555.

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

Color convert

RGB 195 70 165 -
CMYK 0 0.64 0.15 0.24
HSL 314.4º 0.51% 0.52% -
HSV(B) 314.4º 0.64% 0.76% -
XYZ 31.49 18.7 37.55 -
YUV 118.21 154.41 182.78 -
System Red Green Blue C M Y K H S L
Decimal 195 70 165 0 0.64 0.15 0.24 314.4 0.51 0.52
Hex C3 46 A5 0 40 F 18 13A 33 34
Octal 303 106 245 0 100 17 30 472 63 64
Binary 11000011 1000110 10100101 0 1000000 1111 11000 100111010 110011 110100

Color Harmonies of #C346A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C346A5

Black with #C346A5

Text Example


Text Example

White with #C346A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C346A5; }

 p { color: rgb(195,70,165); }

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

background-color css

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

 a { background-color: rgb(195,70,165); }

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

border-color css

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

 span { border-color: rgb(195,70,165); }

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