Html Css Color HEX #C3468E Mulberry

📋 copy color: '#C3468E'

red 195 ◦ green 70 ◦ blue 142

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

Shades of Mulberry #C3468E

Tints of Mulberry #C3468E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.89%

R = 47.91%
G = 17.2%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C3468E (or 0xC3468E) is known color: Mulberry. HEX triplet: C3, 46 and 8E. RGB value is (195,70,142). Sum of RGB (Red+Green+Blue) = 195+70+142=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 70 (27.73% from 255 or 17.20% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C3468E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3468E is #3CB971. Grayscale: #737373. Windows color (decimal): -3979634 or 9324227. OLE color: 9324227.

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

Color convert

RGB 195 70 142 -
CMYK 0 0.64 0.27 0.24
HSL 325.44º 0.51% 0.52% -
HSV(B) 325.44º 0.64% 0.76% -
XYZ 29.58 17.94 27.49 -
YUV 115.58 142.91 184.65 -
System Red Green Blue C M Y K H S L
Decimal 195 70 142 0 0.64 0.27 0.24 325.44 0.51 0.52
Hex C3 46 8E 0 40 1B 18 145 33 34
Octal 303 106 216 0 100 33 30 505 63 64
Binary 11000011 1000110 10001110 0 1000000 11011 11000 101000101 110011 110100

Color Harmonies of #C3468E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3468E

Black with #C3468E

Text Example


Text Example

White with #C3468E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3468E; }

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

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

background-color css

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

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

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

border-color css

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

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

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