Html Css Color HEX #C345A0 Mulberry

📋 copy color: '#C345A0'

red 195 ◦ green 69 ◦ blue 160

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

Shades of Mulberry #C345A0

Tints of Mulberry #C345A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.74%

R = 45.99%
G = 16.27%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C345A0 (or 0xC345A0) is known color: Mulberry. HEX triplet: C3, 45 and A0. RGB value is (195,69,160). Sum of RGB (Red+Green+Blue) = 195+69+160=424 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.99% from 424); Green value is 69 (27.34% from 255 or 16.27% from 424); Blue value is 160 (62.89% from 255 or 37.74% from 424); Max value from RGB is 195 - color contains mainly: red. Hex color #C345A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C345A0 is #3CBA5F. Grayscale: #747474. Windows color (decimal): -3979872 or 10503619. OLE color: 10503619.

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

Color convert

RGB 195 69 160 -
CMYK 0 0.65 0.18 0.24
HSL 316.67º 0.51% 0.52% -
HSV(B) 316.67º 0.65% 0.76% -
XYZ 30.98 18.4 35.18 -
YUV 117.05 152.24 183.6 -
System Red Green Blue C M Y K H S L
Decimal 195 69 160 0 0.65 0.18 0.24 316.67 0.51 0.52
Hex C3 45 A0 0 41 12 18 13D 33 34
Octal 303 105 240 0 101 22 30 475 63 64
Binary 11000011 1000101 10100000 0 1000001 10010 11000 100111101 110011 110100

Color Harmonies of #C345A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C345A0

Black with #C345A0

Text Example


Text Example

White with #C345A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C345A0; }

 p { color: rgb(195,69,160); }

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

background-color css

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

 a { background-color: rgb(195,69,160); }

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

border-color css

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

 span { border-color: rgb(195,69,160); }

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