Html Css Color HEX #C3468D Mulberry

📋 copy color: '#C3468D'

red 195 ◦ green 70 ◦ blue 141

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

Shades of Mulberry #C3468D

Tints of Mulberry #C3468D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.73%

R = 48.03%
G = 17.24%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C3468D (or 0xC3468D) is known color: Mulberry. HEX triplet: C3, 46 and 8D. RGB value is (195,70,141). Sum of RGB (Red+Green+Blue) = 195+70+141=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 70 (27.73% from 255 or 17.24% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C3468D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3468D is #3CB972. Grayscale: #737373. Windows color (decimal): -3979635 or 9258691. OLE color: 9258691.

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

Color convert

RGB 195 70 141 -
CMYK 0 0.64 0.28 0.24
HSL 325.92º 0.51% 0.52% -
HSV(B) 325.92º 0.64% 0.76% -
XYZ 29.5 17.91 27.1 -
YUV 115.47 142.41 184.73 -
System Red Green Blue C M Y K H S L
Decimal 195 70 141 0 0.64 0.28 0.24 325.92 0.51 0.52
Hex C3 46 8D 0 40 1C 18 146 33 34
Octal 303 106 215 0 100 34 30 506 63 64
Binary 11000011 1000110 10001101 0 1000000 11100 11000 101000110 110011 110100

Color Harmonies of #C3468D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3468D

Black with #C3468D

Text Example


Text Example

White with #C3468D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3468D; }

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

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

background-color css

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

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

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

border-color css

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

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

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