Html Css Color HEX #C3467E Mulberry

📋 copy color: '#C3467E'

red 195 ◦ green 70 ◦ blue 126

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

Shades of Mulberry #C3467E

Tints of Mulberry #C3467E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.23%

R = 49.87%
G = 17.9%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C3467E (or 0xC3467E) is known color: Mulberry. HEX triplet: C3, 46 and 7E. RGB value is (195,70,126). Sum of RGB (Red+Green+Blue) = 195+70+126=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 70 (27.73% from 255 or 17.90% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C3467E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3467E is #3CB981. Grayscale: #717171. Windows color (decimal): -3979650 or 8275651. OLE color: 8275651.

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

Color convert

RGB 195 70 126 -
CMYK 0 0.64 0.35 0.24
HSL 333.12º 0.51% 0.52% -
HSV(B) 333.12º 0.64% 0.76% -
XYZ 28.46 17.49 21.61 -
YUV 113.76 134.91 185.95 -
System Red Green Blue C M Y K H S L
Decimal 195 70 126 0 0.64 0.35 0.24 333.12 0.51 0.52
Hex C3 46 7E 0 40 23 18 14D 33 34
Octal 303 106 176 0 100 43 30 515 63 64
Binary 11000011 1000110 1111110 0 1000000 100011 11000 101001101 110011 110100

Color Harmonies of #C3467E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3467E

Black with #C3467E

Text Example


Text Example

White with #C3467E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3467E; }

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

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

background-color css

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

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

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

border-color css

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

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

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